diff options
Diffstat (limited to 'test/CXX/except/except.spec/p14-ir.cpp')
-rw-r--r-- | test/CXX/except/except.spec/p14-ir.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CXX/except/except.spec/p14-ir.cpp b/test/CXX/except/except.spec/p14-ir.cpp index e3b15e5..af1d9a4 100644 --- a/test/CXX/except/except.spec/p14-ir.cpp +++ b/test/CXX/except/except.spec/p14-ir.cpp @@ -66,16 +66,16 @@ void test() { // CHECK-NEXT: ret void X9(); + // CHECK: define linkonce_odr void @_ZN2X8C2Ev(%struct.X8* %this) unnamed_addr + // CHECK: call void @_ZN2X6C2Ev({{.*}}) [[NUW]] + // CHECK-NEXT: ret void + // CHECK: define linkonce_odr void @_ZN2X9C2Ev(%struct.X9* %this) unnamed_addr // CHECK: call void @_ZN2X6C2Ev({{.*}}) [[NUW]] // FIXME: and here: // CHECK-NEXT: bitcast // CHECK-NEXT: call void @_ZN2X7C2Ev({{.*}}) // CHECK: ret void - - // CHECK: define linkonce_odr void @_ZN2X8C2Ev(%struct.X8* %this) unnamed_addr - // CHECK: call void @_ZN2X6C2Ev({{.*}}) [[NUW]] - // CHECK-NEXT: ret void } // CHECK: attributes [[NUW]] = { nounwind{{.*}} } |