summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-22 05:40:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-22 05:40:51 +0000
commit20486a5fc79197486f5a3ef1b74c897dc66961b7 (patch)
treedc94075c6ead180c13f151ca50c045a0da8ed902 /test
parentd989e6dcc9bf4da795897dec992c7a3f66472a89 (diff)
downloadllvm-20486a5fc79197486f5a3ef1b74c897dc66961b7.tar.gz
llvm-20486a5fc79197486f5a3ef1b74c897dc66961b7.tar.bz2
llvm-20486a5fc79197486f5a3ef1b74c897dc66961b7.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/select.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/select.ll b/test/CodeGen/ARM/select.ll
index beef6244f9..98e69579c4 100644
--- a/test/CodeGen/ARM/select.ll
+++ b/test/CodeGen/ARM/select.ll
@@ -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]