mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
Use the correct syntax.
Note to self: test before committing things! llvm-svn: 29810
This commit is contained in:
parent
1e2be093a5
commit
b2b6c561f6
@ -1,5 +1,5 @@
|
||||
; RUN llvm-as %s -o /dev/null -f
|
||||
; XFAIL: ALL
|
||||
; RUN: llvm-as %s -o /dev/null -f
|
||||
; XFAIL: *
|
||||
int %f(int %a) {
|
||||
entry:
|
||||
%tmp = seteq int %a, 4 ; <bool> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user