]> granicus.if.org Git - clang/commitdiff
Test updates missed from r186799.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 21 Jul 2013 23:13:17 +0000 (23:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 21 Jul 2013 23:13:17 +0000 (23:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186800 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/delete.cpp
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp

index 1299b29a03a8eb5bcd83704d10aa47426407ad2c..d11608ef6f51a43993be0c5857b10049265146e2 100644 (file)
@@ -145,4 +145,4 @@ namespace test5 {
   }
 }
 
-// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
index 7dc188ba94b5152188ecdaf03b2f9051bcffab26..34d885d48b1d465527ea28b688981568b98538d8 100644 (file)
@@ -418,4 +418,4 @@ namespace test9 {
   // CHECK: call void @_ZN5test312_GLOBAL__N_11CD0Ev(
   // CHECK: ret void
 
-  // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+  // CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
index 27c00063395fe936f33258749725c04b828fef84..6d43c7daf1e3757d446b53175f6255d60344c408 100644 (file)
@@ -119,7 +119,7 @@ struct D {
 
 void use_D() { D c; }
 
-// DTORS: attributes [[NUW]] = { nounwind{{.*}} }
+// DTORS: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
 
 } // end namespace basic