diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:25 +0000 |
| commit | 33422fedc2f25f19142e46e4e9e10d9374f24355 (patch) | |
| tree | 006df739521a92afd57c025296e6f4889ce36a89 /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
| parent | a3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4 (diff) | |
| download | bcm5719-llvm-33422fedc2f25f19142e46e4e9e10d9374f24355.tar.gz bcm5719-llvm-33422fedc2f25f19142e46e4e9e10d9374f24355.zip | |
*** empty log message ***
llvm-svn: 2813
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/CloneFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index f912d11500e..866b8c3bbe4 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/lib/Transforms/Utils/CloneFunction.cpp @@ -6,7 +6,6 @@ #include "llvm/BasicBlock.h" #include "llvm/Instruction.h" #include <map> -#include <iostream> // FIXME: This should be merged with FunctionInlining |

