diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
commit | c597b8a55e64b3a732f8e60187affd7ed3723f94 (patch) | |
tree | a799d5e360ed90e50b9c472bd4e95e4603778c61 /llvm/lib/Transforms/Scalar/InstructionCombining.cpp | |
parent | 6806c02380d1c6fb38dfa9f6897491d41573e541 (diff) | |
download | bcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.tar.gz bcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.zip |
Make iostream #inclusion explicit
llvm-svn: 25514
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index f440e475e0b..716f844ef99 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -52,6 +52,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" #include <algorithm> +#include <iostream> using namespace llvm; using namespace llvm::PatternMatch; |