diff --git a/lib/Target/ARM/ARMRegisterInfo.td b/lib/Target/ARM/ARMRegisterInfo.td index b46a9522049..691514cd8ee 100644 --- a/lib/Target/ARM/ARMRegisterInfo.td +++ b/lib/Target/ARM/ARMRegisterInfo.td @@ -13,10 +13,10 @@ //===----------------------------------------------------------------------===// // Registers are identified with 4-bit ID numbers. -class ARMReg num, string n, list aliases = []> : Register { +class ARMReg num, string n, list subregs = []> : Register { field bits<4> Num; let Namespace = "ARM"; - let Aliases = aliases; + let SubRegs = subregs; } class ARMFReg num, string n> : Register {