Test updates missed from r186799.

llvm-svn: 186800
This commit is contained in:
Richard Smith 2013-07-21 23:13:17 +00:00
parent 8d0dc31dca
commit 4e155170e8
3 changed files with 3 additions and 3 deletions

View File

@ -145,4 +145,4 @@ namespace test5 {
}
}
// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}

View 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 {{.*[}]}}

View File

@ -119,7 +119,7 @@ struct D {
void use_D() { D c; }
// DTORS: attributes [[NUW]] = { nounwind{{.*}} }
// DTORS: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
} // end namespace basic