summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/LevelRaise.cpp
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:55:50 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:55:50 +0000
commit458496c0603f922301898409417b717476cfbf10 (patch)
treedf48267e6feafa3ea4ba9416c5c373f91ac1b6ff /llvm/lib/Transforms/LevelRaise.cpp
parenteaa2e7204e85b056751d26773ad636cffbfceacd (diff)
downloadbcm5719-llvm-458496c0603f922301898409417b717476cfbf10.tar.gz
bcm5719-llvm-458496c0603f922301898409417b717476cfbf10.zip
changes to make it compatible with 64bit gcc
llvm-svn: 2791
Diffstat (limited to 'llvm/lib/Transforms/LevelRaise.cpp')
-rw-r--r--llvm/lib/Transforms/LevelRaise.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/LevelRaise.cpp b/llvm/lib/Transforms/LevelRaise.cpp
index c3100347680..afc2ad5d7a6 100644
--- a/llvm/lib/Transforms/LevelRaise.cpp
+++ b/llvm/lib/Transforms/LevelRaise.cpp
@@ -18,6 +18,7 @@
#include "Support/STLExtras.h"
#include "Support/StatisticReporter.h"
#include <algorithm>
+using std::cerr;
static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes");
static Statistic<> NumGEPInstFormed("raise\t\t- Number of other getelementptr's formed");
OpenPOWER on IntegriCloud