diff options
Diffstat (limited to 'test/CodeGen/X86/exception-label.ll')
| -rw-r--r-- | test/CodeGen/X86/exception-label.ll | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/CodeGen/X86/exception-label.ll b/test/CodeGen/X86/exception-label.ll deleted file mode 100644 index 2270d2da1801..000000000000 --- a/test/CodeGen/X86/exception-label.ll +++ /dev/null @@ -1,23 +0,0 @@ -; RUN: llc < %s -mtriple=x86_64-pc-linux | FileCheck %s - -; Test that we can handle .Lexception0 being defined. We used to crash. - -; CHECK: .cfi_lsda 3, [[LABEL:.*]] -; CHECK: [[LABEL]]: -; CHECK-NEXT: .byte 255 # @LPStart Encoding = omit - -declare void @g() - -define void @f() personality i8* bitcast (void ()* @g to i8*) { -bb0: - call void asm ".Lexception0:", ""() - invoke void @g() - to label %bb2 unwind label %bb1 -bb1: - landingpad { i8*, i32 } - catch i8* null - br label %bb2 - -bb2: - ret void -} |
