Chris Lattner 109026290b Handle stores of global address as stores of immediates. Instead of:
test1:
        movl $N, %eax
        movl %eax, G
        ret

emit:

test1:
        movl $N, G
        ret


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21407 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-21 19:11:03 +00:00
..
2004-11-21 00:01:54 +00:00
2005-01-07 07:48:33 +00:00
2005-01-17 23:25:45 +00:00
2004-11-20 23:53:56 +00:00