]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/rs6000.md
re PR target/33151 (Invalid insn with pre_inc)
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 26 Aug 2007 16:32:40 +0000 (16:32 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 26 Aug 2007 16:32:40 +0000 (12:32 -0400)
commitb0d6c7d844902d77bb74033bcaccd18155223d19
tree8e1d662bd27b2a8022a3cb5623f38b8913967807
parent0aae8c6ba8ca24c1e2a50e4aa14b8f9bfde8dc62
re PR target/33151 (Invalid insn with pre_inc)

PR target/33151
        * config/rs6000/predicates.md (offsettable_mem_operand): Memory
        operand without auto-inc-dec.
        * config/rs6000/rs6000.md (floatsidf2_internal): Use
        offsettable_mem_operand.
        (floatunssidf2_internal): Same.
        (fix_truncdfsi2_internal): Same.
        (floatsidf_ppc64): Same.
        (floatunssidf_ppc64): Same.
        (fix_trunctfsi2_internal): Same.

From-SVN: r127807
gcc/ChangeLog
gcc/config/rs6000/predicates.md
gcc/config/rs6000/rs6000.md