diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-21 19:03:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-21 19:03:24 +0000 |
commit | adcfc1748bebd36edd8ceacd580adfd68af49849 (patch) | |
tree | cd000e5fbf78e79904f2db9dd447fb15c265aa7e /llvm/lib/Support/PluginLoader.cpp | |
parent | c8b5d60937bd348d7b54ac99dfe22f2edb737dd0 (diff) | |
download | llvm-adcfc1748bebd36edd8ceacd580adfd68af49849.zip llvm-adcfc1748bebd36edd8ceacd580adfd68af49849.tar.gz llvm-adcfc1748bebd36edd8ceacd580adfd68af49849.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Support/PluginLoader.cpp')
0 files changed, 0 insertions, 0 deletions