Files
llvm-6502/lib/Target/X86
Chris Lattner 75f354bd7a 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)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21406 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-21 19:03:24 +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