We don't need the forwarding typedef
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 00:44:09 +0000 (00:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 00:44:09 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4303 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineCodeForMethod.h

index 00f3cdee584144aa239df1bc7ae33d7e329677f7..49374752ed198260c8faa02b0ecd3c631858b98c 100644 (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;