summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-01-31 02:04:20 +0000
committerBill Wendling <isanbard@gmail.com>2012-01-31 02:04:20 +0000
commiteb4adf3a27d3301c85cf215b43087b61fa63d034 (patch)
tree071828b5009a6cb59fbcc3404f768f93a6fbb1e1 /llvm/test/Other
parent8d9d1a0022dd6fd6e2250385dc696f7984132ec1 (diff)
downloadbcm5719-llvm-eb4adf3a27d3301c85cf215b43087b61fa63d034.tar.gz
bcm5719-llvm-eb4adf3a27d3301c85cf215b43087b61fa63d034.zip
Update test to new EH model.
llvm-svn: 149332
Diffstat (limited to 'llvm/test/Other')
-rw-r--r--llvm/test/Other/2009-03-31-CallGraph.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Other/2009-03-31-CallGraph.ll b/llvm/test/Other/2009-03-31-CallGraph.ll
index d6653ecbe8e..864903cffba 100644
--- a/llvm/test/Other/2009-03-31-CallGraph.ll
+++ b/llvm/test/Other/2009-03-31-CallGraph.ll
@@ -15,6 +15,8 @@ ok2:
unreachable
lpad2:
+ %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+ cleanup
unreachable
}
@@ -29,3 +31,4 @@ declare void @f6() nounwind
declare void @f8()
+declare i32 @__gxx_personality_v0(...)
OpenPOWER on IntegriCloud