forked from OSchip/llvm-project
parent
915302c605
commit
de255fc8f6
|
@ -1943,7 +1943,6 @@ SDNode *X86DAGToDAGISel::Select(SDValue N) {
|
|||
}
|
||||
|
||||
case X86ISD::CMP: {
|
||||
if (getenv("NOCMP")) break;
|
||||
SDValue N0 = Node->getOperand(0);
|
||||
SDValue N1 = Node->getOperand(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue