From: Chris Lattner Date: Mon, 23 Jan 2006 07:21:12 +0000 (+0000) Subject: this option is gone, the dag isel is the default now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32814a58e43e3d852403e54e573c2c98b28fdfa3;p=oota-llvm.git this option is gone, the dag isel is the default now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25536 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/SparcV8/xnor.ll b/test/CodeGen/SparcV8/xnor.ll index 52b54100905..0fa53309354 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