]> gcc.gnu.org Git - gcc.git/commit
fr30.md (movdi): Do not accept immediates as the destination of this insn.
authorLars Poeschel <larsi@wh2.tu-dresden.de>
Thu, 29 Mar 2007 10:23:27 +0000 (10:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 29 Mar 2007 10:23:27 +0000 (10:23 +0000)
commited31d14cafee6f62692ed62e1ca295aa9b1b65ee
tree6df58a06db2d6a8fc546c8708baf17483b6590fd
parent833cd70a0c91517672ae309a95519bb2f409d304
fr30.md (movdi): Do not accept immediates as the destination of this insn.

* config/fr30/fr30.md (movdi): Do not accept immediates as the destination of this insn.
* config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather than calling gen_rtx_SET directly.
  Use r0 to hold the value of 'address + 4' rather than a stack based temporary which can be
  mis-optimized away.

From-SVN: r123326
gcc/ChangeLog
gcc/config/fr30/fr30.c
gcc/config/fr30/fr30.md
This page took 0.056249 seconds and 5 git commands to generate.