Chris Lattner bd9f0eefb2 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
2005-01-09 20:20:29 +00:00
..
2005-01-08 20:07:03 +00:00
2005-01-08 20:13:44 +00:00
2004-12-20 04:15:44 +00:00
2005-01-08 19:48:40 +00:00
2004-11-14 21:54:41 +00:00