[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineCodeForMethod.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 18:45:00 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineCodeForMethod.h updated: 1.9 -> 1.10
---
Log message:
We don't need the forwarding typedef
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineCodeForMethod.h
diff -u llvm/include/llvm/CodeGen/MachineCodeForMethod.h:1.9 llvm/include/llvm/CodeGen/MachineCodeForMethod.h:1.10
--- llvm/include/llvm/CodeGen/MachineCodeForMethod.h:1.9 Sun Oct 27 18:25:36 2002
+++ llvm/include/llvm/CodeGen/MachineCodeForMethod.h Sun Oct 27 18:44:09 2002
@@ -19,10 +19,6 @@
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;
More information about the llvm-commits
mailing list