summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-22 05:37:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-22 05:37:43 +0000
commitd989e6dcc9bf4da795897dec992c7a3f66472a89 (patch)
treef4437fe71bc379c4e1700ad082c4b8d86d8172b5 /test
parent76b08d84c546d2d94bd8c4da4a5bbfa912a70d65 (diff)
downloadllvm-d989e6dcc9bf4da795897dec992c7a3f66472a89.tar.gz
llvm-d989e6dcc9bf4da795897dec992c7a3f66472a89.tar.bz2
llvm-d989e6dcc9bf4da795897dec992c7a3f66472a89.tar.xz
Add a simple RUN line so this doesn't always fail. XFAIL this until
Rafael can get a chance to fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/select.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/select.ll b/test/CodeGen/ARM/select.ll
index 71c5ebafe8..beef6244f9 100644
--- a/test/CodeGen/ARM/select.ll
+++ b/test/CodeGen/ARM/select.ll
@@ -1,3 +1,5 @@
+; RUN llvm-as %s -o /dev/null -f
+; XFAIL: ALL
int %f(int %a) {
entry:
%tmp = seteq int %a, 4 ; <bool> [#uses=1]