Remove temporary testing code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-08-19 18:27:08 +00:00
parent e4af1cf402
commit 6bd4aca29f

View File

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