Skip to content

Commit

Permalink
Speculative fix for 9bb28a1
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed May 3, 2023
1 parent f0415f2 commit 24f8122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/nullptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void test() {
// CHECK: store ptr null, ptr %[[nullptr_t_from_int]]

// Calls
// CHECK: call void @bool_func(i1 noundef {{zeroext?}} false)
// CHECK: call void @bool_func(i1 noundef {{(zeroext)?}} false)
// CHECK: call void @nullptr_func(ptr null)
// CHECK: call void @nullptr_func(ptr null)
// CHECK: call void @nullptr_func(ptr null)
Expand Down

0 comments on commit 24f8122

Please sign in to comment.