Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
authorKristof Beyls <kristof.beyls@arm.com>
Thu, 14 Feb 2013 14:46:12 +0000 (14:46 +0000)
committerKristof Beyls <kristof.beyls@arm.com>
Thu, 14 Feb 2013 14:46:12 +0000 (14:46 +0000)
commit2efb59a71906710a1ab899bf15502b5689e282d3
treef18ddb2d881dbb501defb8cd4ca5a1d35178b633
parent2a25bfe06a3eea7d57d96758d7a50cefdd47c354
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.

The parser will now accept instructions with alignment specifiers written like
    vld1.8  {d16}, [r0:64]
, while also still accepting the incorrect syntax
    vld1.8  {d16}, [r0, :64]

llvm-svn: 175164
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/test/CodeGen/ARM/inlineasm3.ll
llvm/test/MC/ARM/neon-vld-encoding.s
llvm/test/MC/ARM/neon-vst-encoding.s
llvm/test/MC/ARM/neont2-vld-encoding.s
llvm/test/MC/ARM/neont2-vst-encoding.s
llvm/test/MC/Disassembler/ARM/invalid-VST1d8Twb_register-thumb.txt