ARM don't use MCRelaxAll, as it's not safe on ARM.
authorJim Grosbach <grosbach@apple.com>
Thu, 8 Mar 2012 00:07:52 +0000 (00:07 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 8 Mar 2012 00:07:52 +0000 (00:07 +0000)
commitfd03ccddedce13a216c9b6e04e9d0ca6b163170e
tree85ba9c6d2ce5e9c23d75cd902eac10dc29d9546b
parent61dfa77fce2b6b6261e43334aec060129eac5c6c
ARM don't use MCRelaxAll, as it's not safe on ARM.

The ARM code generator makes aggressive assumptions about the encodings
being selected for branches which MCRelaxAll invalidates.

rdar://11006355

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