this option is gone, the dag isel is the default now

llvm-svn: 25536
This commit is contained in:
Chris Lattner 2006-01-23 07:21:12 +00:00
parent 87063b9986
commit 56b39c0c32
1 changed files with 2 additions and 2 deletions
llvm/test/Regression/CodeGen/SparcV8

View File

@ -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