diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-01-30 01:02:48 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-01-30 01:02:48 +0000 |
commit | 76e5d70c5701c9ced261baa0dbf472fa3987dd31 (patch) | |
tree | bf925f803f394cc9c05b0f41e00d8e374b842745 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | cf18153de2c5d970b4f9b002261a9fee42a0752e (diff) | |
download | llvm-76e5d70c5701c9ced261baa0dbf472fa3987dd31.zip llvm-76e5d70c5701c9ced261baa0dbf472fa3987dd31.tar.gz llvm-76e5d70c5701c9ced261baa0dbf472fa3987dd31.tar.bz2 |
MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing
something totally broken and parsing them as immediates, but the .td file also
had the wrong match class so things sortof worked. Except, that is, that we
would parse
movl $0, %eax
as
movl 0, %eax
Feel free to guess how well that worked.
llvm-svn: 94869
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions