From: Chris Lattner Date: Mon, 28 Oct 2002 00:44:09 +0000 (+0000) Subject: We don't need the forwarding typedef X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2fce4132c6a179849a94d8189eb58b52a93d5f86;p=oota-llvm.git We don't need the forwarding typedef git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4303 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineCodeForMethod.h b/include/llvm/CodeGen/MachineCodeForMethod.h index 00f3cdee584..49374752ed1 100644 --- a/include/llvm/CodeGen/MachineCodeForMethod.h +++ b/include/llvm/CodeGen/MachineCodeForMethod.h @@ -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 constantsForConstPool; hash_map offsets;