Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not...
authorOwen Anderson <resistor@mac.com>
Fri, 17 Dec 2010 21:49:48 +0000 (21:49 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 17 Dec 2010 21:49:48 +0000 (21:49 +0000)
commit175fb36f101a20df10db90bfe4d0c44a7d05325b
tree09c2c546474b81e51617499ddd053a3888a77d4e
parentf5daf8bb7ff9539f7a6e0113609b39e4b9b64ff5
Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not just to the fragment relative
portion.  While the fragment boundary is usually already aligned, it is possible for it not to be, which
would lead to a non-aligned final displacement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122091 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp