Tweak to the fix in r156212, as with the change in removing the shift the
authorKevin Enderby <enderby@apple.com>
Fri, 4 May 2012 22:09:52 +0000 (22:09 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 4 May 2012 22:09:52 +0000 (22:09 +0000)
commit3610a15c3581dee713820f72d8ffe2e2a632b057
tree9bea8dfb92d48f0e90823bcf7935c5ef3b4249a7
parentce734d5ffe53273caa7df762f70803050b0ce929
Tweak to the fix in r156212, as with the change in removing the shift the
SignExtend32<22>(Val<<1) also needs to change to SignExtend32<21>(Val) .

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