summaryrefslogtreecommitdiff
path: root/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
commit4b523b43713078f2b92a3df5df7dab534beea420 (patch)
treee7bbe74c551d1ecbd857563390d632ee6feab491 /test/Other
parentefd564fbd6b38964f717bf1c34f37f441eb5cf36 (diff)
downloadllvm-4b523b43713078f2b92a3df5df7dab534beea420.tar.gz
llvm-4b523b43713078f2b92a3df5df7dab534beea420.tar.bz2
llvm-4b523b43713078f2b92a3df5df7dab534beea420.tar.xz
Update test to new EH model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149332 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2009-03-31-CallGraph.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/2009-03-31-CallGraph.ll b/test/Other/2009-03-31-CallGraph.ll
index d6653ecbe8..864903cffb 100644
--- a/test/Other/2009-03-31-CallGraph.ll
+++ b/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(...)