mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf17bcc7e7
commit
60a786e9e9
@ -10,6 +10,7 @@
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Bytecode/Writer.h"
|
||||
#include <iostream>
|
||||
|
||||
class WriteBytecodePass : public Pass {
|
||||
std::ostream *Out; // ostream to print on
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "llvm/SlotCalculator.h"
|
||||
#include "Support/StringExtras.h"
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
||||
using std::map;
|
||||
using std::pair;
|
||||
|
Loading…
Reference in New Issue
Block a user