diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-05-22 21:02:33 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-05-22 21:02:33 +0000 |
commit | 62e4c671b6b0f13c04a20bb43c05bfe84984ef34 (patch) | |
tree | 89eddc03327d26efb48cd8430d0a0cc0a69b21e5 /tools/llvm-mc/llvm-mc.cpp | |
parent | 54ddf3d9c756881021afcb869a6ec892a21aef5b (diff) |
MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example:
addw $0xFFFF, %ax
should match the same as
addw $-1, %ax
but we used to match it to the longer encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-mc/llvm-mc.cpp')
0 files changed, 0 insertions, 0 deletions