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 | cfb22d3c14b53bc73ec90f7d471c2d2d2453cf03 (patch) | |
tree | 980ad03dfdb10c7b53aae6a92b1b0285e30e01a5 /lib/Transforms | |
parent | eea60fc59c0b231bbf9d5ab43c447f936f4012df (diff) | |
download | external_llvm-cfb22d3c14b53bc73ec90f7d471c2d2d2453cf03.zip external_llvm-cfb22d3c14b53bc73ec90f7d471c2d2d2453cf03.tar.gz external_llvm-cfb22d3c14b53bc73ec90f7d471c2d2d2453cf03.tar.bz2 |
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/LevelRaise.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp index c310034..afc2ad5 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> +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"); |