Author: Aaron Ballman
Date: 2023-05-03T15:46:47-04:00
New Revision: 24f81228abaf158460157f26b0b6db2bfe2f05df

URL: 
https://github.com/llvm/llvm-project/commit/24f81228abaf158460157f26b0b6db2bfe2f05df
DIFF: 
https://github.com/llvm/llvm-project/commit/24f81228abaf158460157f26b0b6db2bfe2f05df.diff

LOG: Speculative fix for 9bb28a18d962e8f6e3fa8f48bd2c6dc183154d26

Added: 
    

Modified: 
    clang/test/CodeGen/nullptr.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/nullptr.c b/clang/test/CodeGen/nullptr.c
index 796c6414ae45..88a3a3e8b1ab 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]]
 
   // 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)


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to