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-02 23:07:31 +00:00
2004-11-21 00:01:54 +00:00
2004-08-12 18:37:15 +00:00
2004-09-01 22:55:40 +00:00
2004-10-25 19:04:01 +00:00