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 | b834f5d13d824dc4da2ce0df2aa8dffb697b8974 (patch) | |
tree | a6f35042b4ea7e7b7ff4c92a573391867796695b /lib/Transforms/Utils/Local.cpp | |
parent | a2f5e00347641d1b46ce4f65bf9378fecce9be14 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions