Index: include/llvm/MC/MCRegisterInfo.h =================================================================== --- include/llvm/MC/MCRegisterInfo.h +++ include/llvm/MC/MCRegisterInfo.h @@ -82,8 +82,6 @@ /// Return the size of the physical register in bytes. unsigned getPhysRegSize() const { return PhysRegSize; } - /// Temporary function to allow out-of-tree targets to switch. - unsigned getSize() const { return getPhysRegSize(); } /// getCopyCost - Return the cost of copying a value between two registers in /// this class. A negative number means the register class is very expensive