OSDN Git Service

MC/ARM: Add basic support for handling predication by parsing it out of the mnemonic...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 06:37:20 +0000 (06:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Aug 2010 06:37:20 +0000 (06:37 +0000)
commit345a9a6269318c96f333c0492b23733e29d952df
treedc97533a3d180eff05be9b4a7a6eddd2389141af
parent5747b13af801d5af7cd5827c07c6a59e981bdb1a
MC/ARM: Add basic support for handling predication by parsing it out of the mnemonic into a separate operand form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/AsmParser/ARM/arm_instructions.s [new file with mode: 0644]