diff options
| author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 20:55:50 +0000 |
|---|---|---|
| committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 20:55:50 +0000 |
| commit | 458496c0603f922301898409417b717476cfbf10 (patch) | |
| tree | df48267e6feafa3ea4ba9416c5c373f91ac1b6ff /llvm/lib/Transforms/LevelRaise.cpp | |
| parent | eaa2e7204e85b056751d26773ad636cffbfceacd (diff) | |
| download | bcm5719-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.cpp | 1 |
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"); |

