]> granicus.if.org Git - llvm/commitdiff
Remove temporary testing code.
authorDan Gohman <gohman@apple.com>
Wed, 19 Aug 2009 18:27:08 +0000 (18:27 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 19 Aug 2009 18:27:08 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79443 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index a730a7805d7cb99f563afae19fd631cfed3c2343..394a61c7bcc81d0d115cf1c56ef943c064bf4988 100644 (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);