projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaba3a1
)
remove debugging code :-/
author
Chris Lattner
<sabre@nondot.org>
Mon, 19 Sep 2005 23:50:15 +0000
(23:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 19 Sep 2005 23:50:15 +0000
(23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23392
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/SimplifyCFG.cpp
b/lib/Transforms/Utils/SimplifyCFG.cpp
index 45fc76b80fc6d8917de04db3498071b4d4a3ee33..08403aeca83ce8a4a3f1b4299417fb33d587b49e 100644
(file)
--- a/
lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/
lib/Transforms/Utils/SimplifyCFG.cpp
@@
-944,8
+944,6
@@
static bool FoldCondBranchOnPHI(BranchInst *BI) {
PredBBTI->setSuccessor(i, RealDest);
}
- std::cerr << *BB;
-
// Recurse, simplifying any other constants.
return FoldCondBranchOnPHI(BI) | true;
}