diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-01 20:02:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-01 20:02:28 +0000 |
commit | cdf2b1fc30e8392c2129504464da7b85bf46670e (patch) | |
tree | dca0369c032a505818a5ba3807fd24c0231f44b2 /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
parent | cc340c02a4fb7edc193c7f173d8d3745be9e347e (diff) | |
download | bcm5719-llvm-cdf2b1fc30e8392c2129504464da7b85bf46670e.tar.gz bcm5719-llvm-cdf2b1fc30e8392c2129504464da7b85bf46670e.zip |
Remove dead #include
llvm-svn: 28642
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/CloneFunction.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index fe232698830..a7ef06d684f 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/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 |