aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-01 20:02:28 +0000
committerChris Lattner <sabre@nondot.org>2006-06-01 20:02:28 +0000
commitecf626fedf7020a45375753800b3a1a972c90e01 (patch)
tree8754d02058e089ce6d775654183085935a774b10 /lib/Transforms/Utils/CloneFunction.cpp
parent35033efd08420a8a2aad14083a0178e2edebdfd6 (diff)
Remove dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r--lib/Transforms/Utils/CloneFunction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp
index fe23269883..a7ef06d684 100644
--- 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