summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-04-28 18:54:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-04-28 18:54:11 +0000
commitc5e8ce8b8cdea16698eda33398f3c5b8cd4b4003 (patch)
treeb60ded02af640d9cd40bff5c5d939e041d14fb06 /llvm/utils
parent3cd4362adee1a4caac44bd3343314a56376a91b3 (diff)
downloadbcm5719-llvm-c5e8ce8b8cdea16698eda33398f3c5b8cd4b4003.tar.gz
bcm5719-llvm-c5e8ce8b8cdea16698eda33398f3c5b8cd4b4003.zip
Remove the temporary option: -no-isel-fold-inflight
llvm-svn: 28012
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp3
1 files changed, 1 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud