another random note
[oota-llvm.git] / lib / Target / Target.td
index c4304351e774d60c23df8ce029656cee7ecc67eb..cebac7a263650b8b01f7ea5043b73025fe7a3c74 100644 (file)
@@ -25,8 +25,8 @@ class RegisterClass; // Forward def
 // in the target machine.  String n will become the "name" of the register.
 class Register<string n> {
   string Namespace = "";
+  string AsmName = n;
   string Name = n;
-  string PrintableName = 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