summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/noexcept.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/noexcept.cpp')
-rw-r--r--clang/test/CodeGenCXX/noexcept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/noexcept.cpp b/clang/test/CodeGenCXX/noexcept.cpp
index dd4cfda1d89..9d90484c1c2 100644
--- a/clang/test/CodeGenCXX/noexcept.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud