diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 08a42f12483..8e674e81d2a 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -1885,7 +1885,7 @@ parseRegisterList(SmallVectorImpl &Operands) { // Read the rest of the registers in the list. unsigned PrevRegNum = 0; - SmallVector, 32> Registers; + SmallVector, 16> Registers; do { bool IsRange = Parser.getTok().is(AsmToken::Minus);