Revert accidental commit.
[oota-llvm.git] / lib / Target / MSP430 / MSP430RegisterInfo.cpp
index 51ec71ace5253000fbf1518dc77f2b2780751c2a..aed46a2ec595e53b49c964de7a7b6c6845362865 100644 (file)
@@ -96,7 +96,8 @@ BitVector MSP430RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
 }
 
 const TargetRegisterClass *
-MSP430RegisterInfo::getPointerRegClass(unsigned Kind) const {
+MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
+                                                                         const {
   return &MSP430::GR16RegClass;
 }