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:
af2f924
)
This DEBUG is buggy. comment it out because it's not worth fixing. This
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Aug 2004 01:27:56 +0000
(
01:27
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Aug 2004 01:27:56 +0000
(
01:27
+0000)
should go into 1.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15567
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/LevelRaise.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/LevelRaise.cpp
b/lib/Transforms/LevelRaise.cpp
index 881cfd9789d0a06ef53a1e326e7d2222678e1b27..f470e504610f6b403286918f0bf2b42c76cfea5d 100644
(file)
--- a/
lib/Transforms/LevelRaise.cpp
+++ b/
lib/Transforms/LevelRaise.cpp
@@
-302,7
+302,8
@@
bool RPR::PeepholeOptimize(BasicBlock *BB, BasicBlock::iterator &BI) {
// Make sure the source doesn't change type
ConvertedTypes[Src] = Src->getType();
if (ValueConvertibleToType(CI, Src->getType(), ConvertedTypes, TD)) {
- PRINT_PEEPHOLE3("CAST-DEST-EXPR-CONV:in ", *Src, *CI, *BB->getParent());
+ //PRINT_PEEPHOLE3("CAST-DEST-EXPR-CONV:in ", *Src, *CI,
+ // *BB->getParent());
DEBUG(std::cerr << "\nCONVERTING EXPR TYPE:\n");
{ // ValueMap must be destroyed before function verified!