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:
Chris Lattner 2002-10-28 00:44:09 +00:00
parent 0c68e8ce6e
commit 2fce4132c6

View File

@ -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;