From c5e8ce8b8cdea16698eda33398f3c5b8cd4b4003 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 28 Apr 2006 18:54:11 +0000 Subject: Remove the temporary option: -no-isel-fold-inflight llvm-svn: 28012 --- llvm/utils/TableGen/DAGISelEmitter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp index b4317ff4fa5..5f442621407 100644 --- a/llvm/utils/TableGen/DAGISelEmitter.cpp +++ b/llvm/utils/TableGen/DAGISelEmitter.cpp @@ -2131,8 +2131,7 @@ public: if (!isRoot) { const SDNodeInfo &CInfo = ISE.getSDNodeInfo(N->getOperator()); // Not in flight? - emitCheck("(FoldNodeInFlight || InFlightSet.count(" - + RootName + ".Val) == 0)"); + emitCheck("InFlightSet.count(" + RootName + ".Val) == 0"); // Multiple uses of actual result? emitCheck(RootName + ".hasOneUse()"); EmittedUseCheck = true; -- cgit v1.2.3