diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-09 20:20:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-09 20:20:29 +0000 |
commit | bd9f0eefb230083de2ed009bb0be6c9386a6c04b (patch) | |
tree | f176c678e42f259757b5fe7e17ff41e9a0172c79 /lib/System/Win32/Memory.cpp | |
parent | abd21828752667fdff5a0c20d591f66de102b3c3 (diff) |
Codegen (Reg|imm)+&GV as an LEA, because we cannot put it into the immediate field
of an ADDri (due to current restrictions on MachineOperand :( ). This allows
us to generate:
leal Data+16000, %edx
instead of:
movl $Data, %edx
addl $16000, %edx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19420 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/Memory.cpp')
0 files changed, 0 insertions, 0 deletions