[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll
Reid Spencer
reid at x10sys.com
Mon Aug 21 22:37:58 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
select.ll updated: 1.1 -> 1.2
---
Log message:
Add a simple RUN line so this doesn't always fail. XFAIL this until
Rafael can get a chance to fix it.
---
Diffs of the changes: (+2 -0)
select.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/select.ll
diff -u llvm/test/Regression/CodeGen/ARM/select.ll:1.1 llvm/test/Regression/CodeGen/ARM/select.ll:1.2
--- llvm/test/Regression/CodeGen/ARM/select.ll:1.1 Mon Aug 21 17:00:32 2006
+++ llvm/test/Regression/CodeGen/ARM/select.ll Tue Aug 22 00:37:43 2006
@@ -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]
More information about the llvm-commits
mailing list