projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba99bd
)
added include<iostream> for cerr
author
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:12:25 +0000
(21:12 +0000)
committer
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:12:25 +0000
(21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2793
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/LevelRaise.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/LevelRaise.cpp
b/lib/Transforms/LevelRaise.cpp
index afc2ad5d7a670bcf0ad7b7acc15e421e8b751556..25ba40e5b881557566077cf1d6ff3dc42f721b92 100644
(file)
--- 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");