diff options
Diffstat (limited to 'lib/Transforms/LevelRaise.cpp')
-rw-r--r-- | lib/Transforms/LevelRaise.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp index 25ba40e5b8..afc2ad5d7a 100644 --- a/lib/Transforms/LevelRaise.cpp +++ b/lib/Transforms/LevelRaise.cpp @@ -18,7 +18,6 @@ #include "Support/STLExtras.h" #include "Support/StatisticReporter.h" #include <algorithm> -#include <iostream> using std::cerr; static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes"); |