aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/X86ISelDAGToDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelDAGToDAG.cpp b/lib/Target/X86/X86ISelDAGToDAG.cpp
index a730a7805d..394a61c7bc 100644
--- a/lib/Target/X86/X86ISelDAGToDAG.cpp
+++ b/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -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);