aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeForMethod.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 00:44:09 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 00:44:09 +0000
commit2fce4132c6a179849a94d8189eb58b52a93d5f86 (patch)
tree2e0e26659d64704e02f6a96aa3c3cbcdf8b1647e /include/llvm/CodeGen/MachineCodeForMethod.h
parent0c68e8ce6e68c45d6b4cc55f3044cec8687c1702 (diff)
We don't need the forwarding typedef
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeForMethod.h')
-rw-r--r--include/llvm/CodeGen/MachineCodeForMethod.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineCodeForMethod.h b/include/llvm/CodeGen/MachineCodeForMethod.h
index 00f3cdee58..49374752ed 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<const Constant*> constantsForConstPool;
hash_map<const Value*, int> offsets;