summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/asm-label2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/asm-label2.ll')
-rw-r--r--test/CodeGen/X86/asm-label2.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/asm-label2.ll b/test/CodeGen/X86/asm-label2.ll
index 0b5de3403f..8715aa98ba 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(...)