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:
35033ef
)
Remove dead #include
author
Chris Lattner
<sabre@nondot.org>
Thu, 1 Jun 2006 20:02:28 +0000
(20:02 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 1 Jun 2006 20:02:28 +0000
(20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28642
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/CloneFunction.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/CloneFunction.cpp
b/lib/Transforms/Utils/CloneFunction.cpp
index fe232698830f48dc2fca00f7b570a9ada8f36ff2..a7ef06d684f7524f4111a56bcc198dd87bc67119 100644
(file)
--- a/
lib/Transforms/Utils/CloneFunction.cpp
+++ b/
lib/Transforms/Utils/CloneFunction.cpp
@@
-298,8
+298,6
@@
ConstantFoldMappedInstruction(const Instruction *I) {
return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops);
}
-#include <iostream>
-
/// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
/// except that it does some simple constant prop and DCE on the fly. The
/// effect of this is to copy significantly less code in cases where (for