summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-06-11 09:32:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-06-11 09:32:57 +0000
commit1b6e310e6f1e8bedf30ddef5a8903bdd0c648479 (patch)
tree2d30163b7e7326c83258e447fdd6758f0f34ae5e /llvm/lib/Transforms/Utils
parentbfd0b6d8e45024e8f5415102806fc12454f9464a (diff)
downloadbcm5719-llvm-1b6e310e6f1e8bedf30ddef5a8903bdd0c648479.tar.gz
bcm5719-llvm-1b6e310e6f1e8bedf30ddef5a8903bdd0c648479.zip
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others).
llvm-svn: 28747
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/LCSSA.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index ecbf1804383..e1af50e7454 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -98,7 +98,7 @@ bool LCSSA::runOnFunction(Function &F) {
for (LoopInfo::iterator I = LI->begin(), E = LI->end(); I != E; ++I) {
changed |= visitSubloop(*I);
}
-
+
return changed;
}
@@ -132,8 +132,6 @@ bool LCSSA::visitSubloop(Loop* L) {
processInstruction(*I, exitBlocks);
}
- assert(L->isLCSSAForm());
-
return true;
}
OpenPOWER on IntegriCloud