aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PluginLoader.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-21 19:03:24 +0000
committerChris Lattner <sabre@nondot.org>2005-04-21 19:03:24 +0000
commitadcfc1748bebd36edd8ceacd580adfd68af49849 (patch)
treecd000e5fbf78e79904f2db9dd447fb15c265aa7e /llvm/lib/Support/PluginLoader.cpp
parentc8b5d60937bd348d7b54ac99dfe22f2edb737dd0 (diff)
downloadllvm-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