diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-06-24 20:06:59 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-06-24 20:06:59 +0000 |
commit | 8b45456700f1e156b0a14000124f274dfac86f14 (patch) | |
tree | 09ed6777054e44a385c08a38df4c09aaa3d2b29c /lib/CodeGen/MachineInstr.cpp | |
parent | 32e7abd0804de228c50d90e9ee43568c4316b624 (diff) |
ARM movw/movt fixups need to mask the high bits.
The fixup value comes in as the whole 32-bit value, so for the lo16 fixup,
the upper bits need to be masked off. Previously we assumed the masking had
already been done and asserted.
rdar://9635991
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions