diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/asm-label2.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/asm-label2.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/asm-label2.ll b/llvm/test/CodeGen/X86/asm-label2.ll index 0b5de3403f3..8715aa98ba5 100644 --- a/llvm/test/CodeGen/X86/asm-label2.ll +++ b/llvm/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(...) |

