Remove temporary testing code.

llvm-svn: 79443
This commit is contained in:
Dan Gohman 2009-08-19 18:27:08 +00:00
parent 915302c605
commit de255fc8f6
1 changed files with 0 additions and 1 deletions

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