Removed spurious EnablePPCRS check.
[oota-llvm.git] / lib / Target / Target.td
index 47efd5eb2b6f46120a7afbdac2c770d40e556e19..cebac7a263650b8b01f7ea5043b73025fe7a3c74 100644 (file)
@@ -26,7 +26,7 @@ class RegisterClass; // Forward def
 class Register<string n> {
   string Namespace = "";
   string AsmName = n;
-  string PrintableName = n;
+  string Name = n;
 
   // SpillSize - If this value is set to a non-zero value, it is the size in
   // bits of the spill slot required to hold this register.  If this value is