mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
Make sure these tests pass for the right reasons (verifier error, rather than
failure to assemble). llvm-svn: 40696
This commit is contained in:
parent
51c61e730a
commit
329af05ad3
@ -1,10 +1,10 @@
|
||||
; RUN: not llvm-as < %s -o /dev/null -f
|
||||
; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct}
|
||||
; PR1042
|
||||
|
||||
int %foo() {
|
||||
%A = invoke int %foo( )
|
||||
to label %L unwind label %L ; <int> [#uses=1]
|
||||
%A = invoke int %foo( )
|
||||
to label %L unwind label %L ; <int> [#uses=1]
|
||||
|
||||
L: ; preds = %0, %0
|
||||
ret int %A
|
||||
L: ; preds = %0, %0
|
||||
ret int %A
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: not llvm-as < %s -o /dev/null -f
|
||||
; RUN: llvm-upgrade < %s | not llvm-as -f &| grep {not verify as correct}
|
||||
; PR1042
|
||||
|
||||
int %foo() {
|
||||
|
Loading…
Reference in New Issue
Block a user