Skip to content
Snippets Groups Projects
Commit af26b39b authored by Anand Shukla's avatar Anand Shukla
Browse files

added include<iostream> for cerr

llvm-svn: 2793
parent 2bc6419a
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment