From 2fce4132c6a179849a94d8189eb58b52a93d5f86 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Oct 2002 00:44:09 +0000 Subject: [PATCH] We don't need the forwarding typedef git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4303 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineCodeForMethod.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.34.1