[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll
Reid Spencer
reid at x10sys.com
Mon Aug 21 22:41:05 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
select.ll updated: 1.2 -> 1.3
---
Log message:
Use the correct syntax.
Note to self: test before committing things!
---
Diffs of the changes: (+2 -2)
select.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/ARM/select.ll
diff -u llvm/test/Regression/CodeGen/ARM/select.ll:1.2 llvm/test/Regression/CodeGen/ARM/select.ll:1.3
--- llvm/test/Regression/CodeGen/ARM/select.ll:1.2 Tue Aug 22 00:37:43 2006
+++ llvm/test/Regression/CodeGen/ARM/select.ll Tue Aug 22 00:40:51 2006
@@ -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]
More information about the llvm-commits
mailing list