Add a forward def
authorChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 05:09:20 +0000 (05:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 05:09:20 +0000 (05:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23621 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 8ef76a611c8ce48d983cbf4b79bd070f564e4e80..6eae93a1b0c3117c149267e209d5567a51c89d7f 100644 (file)
@@ -41,8 +41,9 @@ def isVoid : ValueType<0  , 12>;   // Produces no value
 
 //===----------------------------------------------------------------------===//
 // 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.