diff options
Diffstat (limited to 'clang/test/CodeGenCXX/exceptions.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/exceptions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/exceptions.cpp b/clang/test/CodeGenCXX/exceptions.cpp index fb0a9b2e5ef..f6f5079791a 100644 --- a/clang/test/CodeGenCXX/exceptions.cpp +++ b/clang/test/CodeGenCXX/exceptions.cpp @@ -526,6 +526,4 @@ namespace test11 { // (After this is a terminate landingpad.) } -// CHECK: attributes [[NUW]] = { nounwind } // CHECK: attributes [[NI_NR_NUW]] = { noinline noreturn nounwind } -// CHECK: attributes [[NR_NUW]] = { noreturn nounwind } |