summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-27 16:44:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-27 16:44:48 +0000
commita4ed8a512a7134e92044aa2fb6ce793246ea98ab (patch)
treeca1eb3ea7c39a31e84513d370d27c942d18b3eac /llvm/lib
parent682baf2ddaf340ee83c7a6c57d293198be29c196 (diff)
downloadbcm5719-llvm-a4ed8a512a7134e92044aa2fb6ce793246ea98ab.tar.gz
bcm5719-llvm-a4ed8a512a7134e92044aa2fb6ce793246ea98ab.zip
Unbreaks non-debug builds.
llvm-svn: 35383
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index 26468c760d4..7a868d82a85 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -9488,8 +9488,10 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
// Erase the old instruction.
InstParent->getInstList().erase(I);
} else {
+#ifndef NDEBUG
DOUT << "IC: Mod = " << OrigI
<< " New = " << *I;
+#endif
// If the instruction was modified, it's possible that it is now dead.
// if so, remove it.
OpenPOWER on IntegriCloud