forked from OSchip/llvm-project
parent
8d0dc31dca
commit
4e155170e8
|
@ -145,4 +145,4 @@ namespace test5 {
|
|||
}
|
||||
}
|
||||
|
||||
// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
|
||||
// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
|
||||
|
|
|
@ -418,4 +418,4 @@ namespace test9 {
|
|||
// CHECK: call void @_ZN5test312_GLOBAL__N_11CD0Ev(
|
||||
// CHECK: ret void
|
||||
|
||||
// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
|
||||
// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
|
||||
|
|
|
@ -119,7 +119,7 @@ struct D {
|
|||
|
||||
void use_D() { D c; }
|
||||
|
||||
// DTORS: attributes [[NUW]] = { nounwind{{.*}} }
|
||||
// DTORS: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}}
|
||||
|
||||
} // end namespace basic
|
||||
|
||||
|
|
Loading…
Reference in New Issue