mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ba99bd124
commit
881ed6bad4
@ -18,6 +18,7 @@
|
|||||||
#include "Support/STLExtras.h"
|
#include "Support/STLExtras.h"
|
||||||
#include "Support/StatisticReporter.h"
|
#include "Support/StatisticReporter.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iostream>
|
||||||
using std::cerr;
|
using std::cerr;
|
||||||
|
|
||||||
static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes");
|
static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user