]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorGeoffrey Keating <geoffk@apple.com>
Mon, 2 May 2005 23:31:43 +0000 (23:31 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 2 May 2005 23:31:43 +0000 (23:31 +0000)
commit230215f5b56eb906caa4bbec7e69b1ba2d961cda
tree0f5ce3b00fb90fd9cb329e9c512f56fe6a0c456e
parentb565d777838af4eea84460c8df8fcc081c5187d4
[multiple changes]

2005-04-29  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/rs6000.md (floatsidf2_internal): Merge to create
define_insn_and_split.  Split only when memory operand is
offsettable.  Use adjust_address rather than plus_constant.
(floatunssidf2_internal): Likewise.
(fix_truncdfsi2_internal): Split only when memory operand is
offsettable.  Use adjust_address rather than plus_constant.
(fix_trunctfsi2_internal): Likewise.
(floatsidf2_internal): Likewise.

Index: testsuite/ChangeLog
2005-05-02  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/rs6000-fpint-2.c: New.

From-SVN: r99126
gcc/ChangeLog
gcc/config/rs6000/rs6000.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/rs6000-fpint-2.c [new file with mode: 0644]