[PATCH] Attach function attribute "disable-tail-calls"

Richard Smith richard at metafoo.co.uk
Thu May 28 16:40:09 PDT 2015


================
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/






More information about the cfe-commits mailing list