From 881ed6bad465c7e918352dec120a49baddadc497 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 25 Jun 2002 21:12:25 +0000 Subject: [PATCH] added include for cerr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2793 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/LevelRaise.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp index afc2ad5d7a6..25ba40e5b88 100644 --- a/lib/Transforms/LevelRaise.cpp +++ b/lib/Transforms/LevelRaise.cpp @@ -18,6 +18,7 @@ #include "Support/STLExtras.h" #include "Support/StatisticReporter.h" #include +#include using std::cerr; static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes");