ARM Fixup valus for movt/movw are for the whole value.
authorJim Grosbach <grosbach@apple.com>
Fri, 30 Sep 2011 17:23:05 +0000 (17:23 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 30 Sep 2011 17:23:05 +0000 (17:23 +0000)
commit98602ac9a99c5243a9e1abdb0e72dd326ec4958d
treedad6e988853301dbb392fa28f7faddeb90d4ba54
parentd80c13bfed9adb8fadcd4e58294958c4b8566199
ARM Fixup valus for movt/movw are for the whole value.

Remove an assert that was expecting only the relevant 16bit portion for
the fixup being handled. Also kill some dead code in the T2 portion.

rdar://9653509

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