Remove dead #include

llvm-svn: 28642
This commit is contained in:
Chris Lattner 2006-06-01 20:02:28 +00:00
parent cc340c02a4
commit cdf2b1fc30
1 changed files with 0 additions and 2 deletions

View File

@ -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