aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg/crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Mem2Reg/crash.ll')
-rw-r--r--test/Transforms/Mem2Reg/crash.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Mem2Reg/crash.ll b/test/Transforms/Mem2Reg/crash.ll
index a4a31b112ee8..d7ed1dd13e81 100644
--- a/test/Transforms/Mem2Reg/crash.ll
+++ b/test/Transforms/Mem2Reg/crash.ll
@@ -3,7 +3,7 @@
declare i32 @test1f()
-define i32 @test1() {
+define i32 @test1() personality i32 (...)* @__gxx_personality_v0 {
entry:
%whichFlag = alloca i32
%A = invoke i32 @test1f()
@@ -18,7 +18,7 @@ bb15:
ret i32 %B
lpad86:
- %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+ %exn = landingpad {i8*, i32}
cleanup
br label %bb15