aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/Target.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 14f975d504..41056b92b0 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -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;
}