================
Comment at: test/CodeGen/2004-06-17-UnorderedCompares.c:3
@@ -2,3 +2,3 @@
 // CHECK: @Test
-// CHECK-NOT: call
+// CHECK-NOT: call{{[ \t]+}}
 
----------------
No need for a `+` here. Nor a `\t`, for that matter, just `{{ }}` should do.

================
Comment at: test/CodeGenCXX/ctor-globalopt.cpp:16
@@ -15,3 +15,3 @@
 // CHECK: call void @
-// CHECK-NOT: call
+// CHECK-NOT: call{{[ \t]+}}
 
----------------
Likewise.

http://reviews.llvm.org/D10100

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to