aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/noexcept.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/noexcept.cpp')
-rw-r--r--test/CodeGenCXX/noexcept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/noexcept.cpp b/test/CodeGenCXX/noexcept.cpp
index dd4cfda1d896..9d90484c1c22 100644
--- a/test/CodeGenCXX/noexcept.cpp
+++ b/test/CodeGenCXX/noexcept.cpp
@@ -39,7 +39,7 @@ namespace test0 {
// CHECK-NEXT: call void @__clang_call_terminate(i8* [[T1]])
// CHECK-NEXT: unreachable
// The terminate handler chained to by the cleanup lpad.
-// CHECK: [[T0:%.*]] = load i8** [[EXN]]
+// CHECK: [[T0:%.*]] = load i8*, i8** [[EXN]]
// CHECK-NEXT: call void @__clang_call_terminate(i8* [[T0]])
// CHECK-NEXT: unreachable