r186800 - Test updates missed from r186799.

Richard Smith richard-llvm at metafoo.co.uk
Sun Jul 21 16:13:17 PDT 2013


Author: rsmith
Date: Sun Jul 21 18:13:17 2013
New Revision: 186800

URL: http://llvm.org/viewvc/llvm-project?rev=186800&view=rev
Log:
Test updates missed from r186799.

Modified:
    cfe/trunk/test/CodeGenCXX/delete.cpp
    cfe/trunk/test/CodeGenCXX/destructors.cpp
    cfe/trunk/test/CodeGenCXX/microsoft-abi-structors.cpp

Modified: cfe/trunk/test/CodeGenCXX/delete.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/delete.cpp?rev=186800&r1=186799&r2=186800&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/delete.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/delete.cpp Sun Jul 21 18:13:17 2013
@@ -145,4 +145,4 @@ namespace test5 {
   }
 }
 
-// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}

Modified: cfe/trunk/test/CodeGenCXX/destructors.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/destructors.cpp?rev=186800&r1=186799&r2=186800&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/destructors.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/destructors.cpp Sun Jul 21 18:13:17 2013
@@ -418,4 +418,4 @@ namespace test9 {
   // CHECK: call void @_ZN5test312_GLOBAL__N_11CD0Ev(
   // CHECK: ret void
 
-  // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+  // CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}

Modified: cfe/trunk/test/CodeGenCXX/microsoft-abi-structors.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/microsoft-abi-structors.cpp?rev=186800&r1=186799&r2=186800&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/microsoft-abi-structors.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/microsoft-abi-structors.cpp Sun Jul 21 18:13:17 2013
@@ -119,7 +119,7 @@ struct D {
 
 void use_D() { D c; }
 
-// DTORS: attributes [[NUW]] = { nounwind{{.*}} }
+// DTORS: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
 
 } // end namespace basic
 





More information about the cfe-commits mailing list