[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 3 22:09:32 PDT 2005
Changes in directory llvm/lib/Target:
Target.td updated: 1.50 -> 1.51
---
Log message:
Add a forward def
---
Diffs of the changes: (+2 -1)
Target.td | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.50 llvm/lib/Target/Target.td:1.51
--- llvm/lib/Target/Target.td:1.50 Thu Sep 29 23:13:23 2005
+++ llvm/lib/Target/Target.td Tue Oct 4 00:09:20 2005
@@ -41,8 +41,9 @@
//===----------------------------------------------------------------------===//
// Register file description - These classes are used to fill in the target
-// description classes in llvm/Target/MRegisterInfo.h
+// description classes.
+class RegisterClass; // Forward def
// Register - You should define one instance of this class for each register
// in the target machine. String n will become the "name" of the register.
More information about the llvm-commits
mailing list