diff options
Diffstat (limited to 'tests/cases/longjmp_tiny_invoke.ll')
-rw-r--r-- | tests/cases/longjmp_tiny_invoke.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cases/longjmp_tiny_invoke.ll b/tests/cases/longjmp_tiny_invoke.ll index 5fd35194..6f856d49 100644 --- a/tests/cases/longjmp_tiny_invoke.ll +++ b/tests/cases/longjmp_tiny_invoke.ll @@ -29,9 +29,13 @@ if.end: ; preds = %if.else, %if.then ret i32 0, !dbg !28 awful: + %Z = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) + cleanup ret i32 1 } +declare i32 @__gxx_personality_v0(...) + declare i32 @setjmp(i16*) returns_twice declare i32 @printf(i8*, ...) |