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 | 75f354bd7a0e59c3e7ba488db2bb5113bc13cdfe (patch) | |
tree | df0921e9a536f0d1d1ec1d45afcb3f0616fe2e59 /include/llvm/Analysis/DataStructure/DSGraphTraits.h | |
parent | 8e827e866176621a60f11340fd44401a0d594de7 (diff) |
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
Diffstat (limited to 'include/llvm/Analysis/DataStructure/DSGraphTraits.h')
0 files changed, 0 insertions, 0 deletions