aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/SparcV8/xnor.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SparcV8/xnor.ll b/test/CodeGen/SparcV8/xnor.ll
index 52b5410090..0fa5330935 100644
--- a/test/CodeGen/SparcV8/xnor.ll
+++ b/test/CodeGen/SparcV8/xnor.ll
@@ -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