From: Richard Henderson Date: Fri, 8 Oct 1999 06:07:50 +0000 (-0700) Subject: rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber before the fctiwz insn. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8af032191e62dd09dad8ae1c4c4d2b92d1278a0;p=platform%2Fupstream%2Fgcc.git rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber before the fctiwz insn. * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber before the fctiwz insn. From-SVN: r29866 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 821d357..156a24f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 7 23:06:50 1999 Richard Henderson + + * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber + before the fctiwz insn. + Thu Oct 7 22:53:00 1999 Franz Sirl Mark Mitchell diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 54e6206..ee32350 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4421,7 +4421,8 @@ (clobber (match_operand 3 "gpc_reg_operand" "")) (clobber (reg:DI 76))] "TARGET_HARD_FLOAT" - [(set (subreg:SI (match_dup 2) 0) + [(clobber (match_dup 2)) + (set (subreg:SI (match_dup 2) 0) (fix:SI (match_operand:DF 1 "gpc_reg_operand" ""))) (set (match_dup 3) (unspec [(const_int 0)] 11))