diff options
Diffstat (limited to 'test/CodeGen/X86/asm-label2.ll')
-rw-r--r-- | test/CodeGen/X86/asm-label2.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/asm-label2.ll b/test/CodeGen/X86/asm-label2.ll index 0b5de34..8715aa9 100644 --- a/test/CodeGen/X86/asm-label2.ll +++ b/test/CodeGen/X86/asm-label2.ll @@ -16,7 +16,11 @@ invoke.cont: ; preds = %entry ret void lpad: ; preds = %entry + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } declare void @_zed() ssp align 2 + +declare i32 @__gxx_personality_v0(...) |