aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:12:25 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:12:25 +0000
commit881ed6bad465c7e918352dec120a49baddadc497 (patch)
treedb36edf1e73357148ee59dcec2321f7bfc67d49e /lib/Transforms
parent5ba99bd124dc18302f527d6e2b0efd0fa866bc9e (diff)
downloadexternal_llvm-881ed6bad465c7e918352dec120a49baddadc497.zip
external_llvm-881ed6bad465c7e918352dec120a49baddadc497.tar.gz
external_llvm-881ed6bad465c7e918352dec120a49baddadc497.tar.bz2
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/LevelRaise.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp
index afc2ad5..25ba40e 100644
--- a/lib/Transforms/LevelRaise.cpp
+++ b/lib/Transforms/LevelRaise.cpp
@@ -18,6 +18,7 @@
#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");