Don't automatically set the "fc" bits on MSR instructions if the user didn't ask...
authorOwen Anderson <resistor@mac.com>
Fri, 21 Oct 2011 18:43:28 +0000 (18:43 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 21 Oct 2011 18:43:28 +0000 (18:43 +0000)
commit7784f1d2d8b76a7eb9dd9b3fef7213770605532d
tree1377c7365e27823e1d74f7d8a7e97ec1c9e48eee
parente2fa64ef22321c5771667a8f00dca737ecb0799c
Don't automatically set the "fc" bits on MSR instructions if the user didn't ask for them.  This is a divergence from gas' behavior, but it is correct per the documentation and allows us to forge ahead with roundtrip testing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142669 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp