mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Use the correct syntax.
Note to self: test before committing things! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d989e6dcc9
commit
20486a5fc7
@ -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…
x
Reference in New Issue
Block a user