Added parsing co-processor names starting with "cr"
authorRenato Golin <renato.golin@linaro.org>
Thu, 26 Jun 2014 13:10:53 +0000 (13:10 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 26 Jun 2014 13:10:53 +0000 (13:10 +0000)
commitac561c3ac743c63ee3a731e242a6588edf8eae1e
tree0654c5c841a9e8b2eff5dfb89a7a04924587d856
parent6d3dae07ca79c75ffce10b9561aa85b6fbe4a265
Added parsing co-processor names starting with "cr"

Additional compliant GAS names for coprocessor register name
are enabled for all instruction with parameter MCK_CoprocReg:
LDC,LDC2,STC,STC2,CDP,CDP2,MCR,MCR2,MCRR,MCRR2,MRC,MRC2,MRRC,MRRC2

Patch by Andrey Kuharev.

llvm-svn: 211776
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/test/MC/ARM/gas-compl-copr-reg.s [new file with mode: 0644]