diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 21:12:25 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 21:12:25 +0000 |
commit | af26b39bc540e70ef46e0ac225b70d16ced78576 (patch) | |
tree | d314fad832b61b79efc23f4673b261c77eb0ad2c /llvm/lib/Transforms/LevelRaise.cpp | |
parent | 2bc6419a82fcf85fde0267abc01f423b63d1f459 (diff) | |
download | bcm5719-llvm-af26b39bc540e70ef46e0ac225b70d16ced78576.tar.gz bcm5719-llvm-af26b39bc540e70ef46e0ac225b70d16ced78576.zip |
added include<iostream> for cerr
llvm-svn: 2793
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 afc2ad5d7a6..25ba40e5b88 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> +#include <iostream> using std::cerr; static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes"); |