mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
added include<iostream> for cerr
llvm-svn: 2793
This commit is contained in:
parent
85065832f1
commit
0908af95f6
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user