diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-21 19:11:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-21 19:11:03 +0000 |
commit | 486a1ec909f356817281d3fdb6840e798e30fc52 (patch) | |
tree | fafa029f01a987a113a9e73c1174b22f5c173d83 /llvm/lib/Support/PluginLoader.cpp | |
parent | adcfc1748bebd36edd8ceacd580adfd68af49849 (diff) | |
download | llvm-486a1ec909f356817281d3fdb6840e798e30fc52.zip llvm-486a1ec909f356817281d3fdb6840e798e30fc52.tar.gz llvm-486a1ec909f356817281d3fdb6840e798e30fc52.tar.bz2 |
Handle stores of global address as stores of immediates. Instead of:
test1:
movl $N, %eax
movl %eax, G
ret
emit:
test1:
movl $N, G
ret
llvm-svn: 21407
Diffstat (limited to 'llvm/lib/Support/PluginLoader.cpp')
0 files changed, 0 insertions, 0 deletions