summaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/return-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IPConstantProp/return-constant.ll')
-rw-r--r--test/Transforms/IPConstantProp/return-constant.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/IPConstantProp/return-constant.ll b/test/Transforms/IPConstantProp/return-constant.ll
index b255859..ff15df7 100644
--- a/test/Transforms/IPConstantProp/return-constant.ll
+++ b/test/Transforms/IPConstantProp/return-constant.ll
@@ -22,5 +22,9 @@ OK:
%Y = icmp ne i32 %X, 0 ; <i1> [#uses=1]
ret i1 %Y
FAIL:
+ %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+ cleanup
ret i1 false
}
+
+declare i32 @__gxx_personality_v0(...)