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 | 98375d2e5978615c59ec670aa6c59fd69bf9125e (patch) | |
tree | 89eddc03327d26efb48cd8430d0a0cc0a69b21e5 /lib/System/Program.cpp | |
parent | 0dad9b88467fbfb85470b23a90e204b7fe1dc739 (diff) | |
download | external_llvm-98375d2e5978615c59ec670aa6c59fd69bf9125e.zip external_llvm-98375d2e5978615c59ec670aa6c59fd69bf9125e.tar.gz external_llvm-98375d2e5978615c59ec670aa6c59fd69bf9125e.tar.bz2 |
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 'lib/System/Program.cpp')
0 files changed, 0 insertions, 0 deletions