Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical registe...
[oota-llvm.git] / lib / Target / ARM / ARMFastISel.cpp
index 175107450fc0a254ed2ece8d82111ea32b282e44..9bdf823c85bdba985b8fa3a18df7759f63b72b10 100644 (file)
@@ -3036,7 +3036,7 @@ bool ARMFastISel::fastLowerArguments() {
   }
 
 
-  static const uint16_t GPRArgRegs[] = {
+  static const MCPhysReg GPRArgRegs[] = {
     ARM::R0, ARM::R1, ARM::R2, ARM::R3
   };