forked from OSchip/llvm-project
this option is gone, the dag isel is the default now
llvm-svn: 25536
This commit is contained in:
parent
87063b9986
commit
56b39c0c32
llvm/test/Regression/CodeGen/SparcV8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue