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

Handle (store &GV -> mem) as a store immediate. This often occurs for

printf format strings and other stuff.  Instead of generating this:

        movl $l1__2E_str_1, %eax
        movl %eax, (%esp)

we now emit:

        movl $l1__2E_str_1, (%esp)

llvm-svn: 21406
parent c8b5d609
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