mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
This test is completely invalid with the modern EH model. Delete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79782fc864
commit
4d1d86bac9
@ -1,17 +0,0 @@
|
||||
; RUN: llc < %s -enable-correct-eh-support
|
||||
|
||||
define i32 @test() {
|
||||
unwind
|
||||
}
|
||||
|
||||
define i32 @main() {
|
||||
%X = invoke i32 @test( )
|
||||
to label %cont unwind label %EH ; <i32> [#uses=0]
|
||||
|
||||
cont: ; preds = %0
|
||||
ret i32 1
|
||||
|
||||
EH: ; preds = %0
|
||||
ret i32 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user