diff options
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp b/clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp index 6d462bf7b01..7eb9f08524e 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-eh-terminate.cpp @@ -9,6 +9,6 @@ void never_throws() noexcept(true) { // CHECK-LABEL: define void @"\01?never_throws@@YAXXZ"() // CHECK-SAME: personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) // CHECK: invoke void @"\01?may_throw@@YAXXZ"() -// MSVC2013: terminatepad [void ()* @"\01?terminate@@YAXXZ"] -// MSVC2015: terminatepad [void ()* @__std_terminate] +// MSVC2013: terminatepad within none [void ()* @"\01?terminate@@YAXXZ"] +// MSVC2015: terminatepad within none [void ()* @__std_terminate] // CHECK-NEXT: unreachable |