diff options
Diffstat (limited to 'test/Transforms/Inline/callgraph-update.ll')
-rw-r--r-- | test/Transforms/Inline/callgraph-update.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/Inline/callgraph-update.ll b/test/Transforms/Inline/callgraph-update.ll index ff0120b..b96fbc3 100644 --- a/test/Transforms/Inline/callgraph-update.ll +++ b/test/Transforms/Inline/callgraph-update.ll @@ -29,5 +29,8 @@ invcont: unreachable lpad: + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } +declare i32 @__gxx_personality_v0(...) |