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 | b52fcd6304692a032d796345a75ae427058c5101 (patch) | |
| tree | 291e88d337a4646fcd444ec9aa968385715e84fa /clang/lib/CodeGen | |
| parent | 346782c12ca093fdd5ad99dabbe4a900b8ae29a7 (diff) | |
| download | bcm5719-llvm-b52fcd6304692a032d796345a75ae427058c5101.tar.gz bcm5719-llvm-b52fcd6304692a032d796345a75ae427058c5101.zip | |
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.
llvm-svn: 104453
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions

