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)
commitb1d081230e40e5c86f3cc44a7cfd7241732eabfb
treef9241d045f8dc6e1aa328fd1a3cdaeeda14c90c3
parentb181919d86bd46fdb6c21d782ccabf754167951a
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]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/CodeGen/ARM/inlineasm3.ll
test/MC/ARM/neon-vld-encoding.s
test/MC/ARM/neon-vst-encoding.s
test/MC/ARM/neont2-vld-encoding.s
test/MC/ARM/neont2-vst-encoding.s
test/MC/Disassembler/ARM/invalid-VST1d8Twb_register-thumb.txt