isdummyclass goes away

llvm-svn: 15790
This commit is contained in:
Chris Lattner 2004-08-15 23:04:35 +00:00
parent 0bbf7005f5
commit 291de48b59
1 changed files with 0 additions and 4 deletions

View 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;
}