mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
We don't need the forwarding typedef
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c68e8ce6e
commit
2fce4132c6
@ -19,10 +19,6 @@ class Constant;
|
||||
class Type;
|
||||
class TargetMachine;
|
||||
|
||||
// FIXME: this should go away soon
|
||||
class MachineFunction;
|
||||
typedef MachineFunction MachineCodeForMethod;
|
||||
|
||||
class MachineFunction : private Annotation {
|
||||
hash_set<const Constant*> constantsForConstPool;
|
||||
hash_map<const Value*, int> offsets;
|
||||
|
Loading…
x
Reference in New Issue
Block a user