isdummyclass goes away
authorChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 23:04:35 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 23:04:35 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15790 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 14f975d5049af31fc55229179388cf132542da03..41056b92b0b1efd311aa58a19e55c6c3a42eed7c 100644 (file)
@@ -94,10 +94,6 @@ class RegisterClass<ValueType regType, int alignment, list<Register> regList> {
   // Methods - This member can be used to insert arbitrary code into a generated
   // register class.   The normal usage of this is to overload virtual methods.
   code Methods = [{}];
-
-  // isDummyClass - If this is set to true, this register class is not really
-  // part of the target, it is just used for other purposes.
-  bit isDummyClass = 0;
 }