Use the correct syntax.

Note to self: test before committing things!

llvm-svn: 29810
This commit is contained in:
Reid Spencer 2006-08-22 05:40:51 +00:00
parent 1e2be093a5
commit b2b6c561f6

View File

@ -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]