------- Comment #7 from jakub at gcc dot gnu dot org 2010-03-09 18:35 -------
/* IE->LE transition:
Originally it can be one of:
movq f...@gottpoff(%rip), %reg
addq f...@gottpoff(%rip), %reg
We change it into:
movq $foo, %reg
leaq foo(%reg), %reg
addq $foo, %reg. */-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43309
