diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCallingConv.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMCallingConv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMCallingConv.h b/llvm/lib/Target/ARM/ARMCallingConv.h index 4567a2a1afd..e0d0559ba98 100644 --- a/llvm/lib/Target/ARM/ARMCallingConv.h +++ b/llvm/lib/Target/ARM/ARMCallingConv.h @@ -194,7 +194,7 @@ static bool CC_ARM_AAPCS_Custom_HA(unsigned &ValNo, MVT &ValVT, MVT &LocVT, // Try to allocate a contiguous block of registers, each of the correct // size to hold one member. - ArrayRef<const uint16_t> RegList; + ArrayRef<uint16_t> RegList; switch (LocVT.SimpleTy) { case MVT::f32: RegList = SRegList; |

