Skip to content
Commit 486a1ec9 authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 21407
parent adcfc174
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment