diff --git a/clang/test/CodeGen/nullptr.c b/clang/test/CodeGen/nullptr.c index 0f541b7233398..59ec0fd1906d8 100644 --- a/clang/test/CodeGen/nullptr.c +++ b/clang/test/CodeGen/nullptr.c @@ -53,7 +53,7 @@ void test() { // CHECK: store ptr null, ptr %[[nullptr_t_from_int]], align 8 // 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)