[llvm-commits] CVS: llvm/test/Regression/CodeGen/SparcV8/xnor.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 23:21:24 PST 2006
Changes in directory llvm/test/Regression/CodeGen/SparcV8:
xnor.ll updated: 1.2 -> 1.3
---
Log message:
this option is gone, the dag isel is the default now
---
Diffs of the changes: (+2 -2)
xnor.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/SparcV8/xnor.ll
diff -u llvm/test/Regression/CodeGen/SparcV8/xnor.ll:1.2 llvm/test/Regression/CodeGen/SparcV8/xnor.ll:1.3
--- llvm/test/Regression/CodeGen/SparcV8/xnor.ll:1.2 Wed Jan 11 20:50:34 2006
+++ llvm/test/Regression/CodeGen/SparcV8/xnor.ll Mon Jan 23 01:21:12 2006
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=sparcv8 -enable-v8-dag-isel=true &&
-; RUN: llvm-as < %s | llc -march=sparcv8 -enable-v8-dag-isel=true | grep xnor | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=sparcv8 &&
+; RUN: llvm-as < %s | llc -march=sparcv8 | grep xnor | wc -l | grep 2
int %test1(int %X, int %Y) {
%A = xor int %X, %Y
More information about the llvm-commits
mailing list