diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeForMethod.h')
-rw-r--r-- | include/llvm/CodeGen/MachineCodeForMethod.h | 4 |
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; |