diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll b/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll index cfe5df6..56493e2 100644 --- a/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll +++ b/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll @@ -10,6 +10,9 @@ invoke_cont: ; preds = %0 ret float* %tmp.11 X: ; preds = %0 + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup ret float* null } +declare i32 @__gxx_personality_v0(...) |