mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Change to make it build with GCC 2.95.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8e6b10c2c
commit
155d2c9384
@ -27,7 +27,7 @@
|
|||||||
#include "Support/CommandLine.h"
|
#include "Support/CommandLine.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <ext/hash_set>
|
#include <ext/hash_set>
|
||||||
#include <ostream>
|
#include <iostream>
|
||||||
class Method;
|
class Method;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
class SchedulingManager;
|
class SchedulingManager;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "Support/CommandLine.h"
|
#include "Support/CommandLine.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <ext/hash_set>
|
#include <ext/hash_set>
|
||||||
#include <ostream>
|
#include <iostream>
|
||||||
class Method;
|
class Method;
|
||||||
class MachineInstr;
|
class MachineInstr;
|
||||||
class SchedulingManager;
|
class SchedulingManager;
|
||||||
|
Loading…
Reference in New Issue
Block a user