Changes in directory llvm/lib/Transforms/Utils:
CloneFunction.cpp updated: 1.29 -> 1.30 --- Log message: Remove dead #include --- Diffs of the changes: (+0 -2) CloneFunction.cpp | 2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Transforms/Utils/CloneFunction.cpp diff -u llvm/lib/Transforms/Utils/CloneFunction.cpp:1.29 llvm/lib/Transforms/Utils/CloneFunction.cpp:1.30 --- llvm/lib/Transforms/Utils/CloneFunction.cpp:1.29 Thu Jun 1 14:19:23 2006 +++ llvm/lib/Transforms/Utils/CloneFunction.cpp Thu Jun 1 15:02:28 2006 @@ -298,8 +298,6 @@ 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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits