From: danglin Date: Mon, 1 Nov 2004 00:59:33 +0000 (+0000) Subject: * config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo. Use X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=d3bde67b3080f55d57386b4e83cc8a3190442c99 * config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo. Use INT_5_BITS instead of VAL_5_BITS_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89929 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d11c081bc7d..9821d516cb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-31 Graham Stott + + * config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo. Use + INT_5_BITS instead of VAL_5_BITS_P. + 2004-10-31 Roger Sayle PR middle-end/14521 diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 074b22ca151..aa6d1ac864b 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -9319,7 +9319,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" && (operands[2] != const0_rtx || GET_CODE (XEXP (operands[0], 0)) != PLUS || GET_CODE (XEXP (XEXP (operands[0], 0), 1)) != CONST_INT - || VAL_5_BITS_P (XEXP (XEXP (operands[0], 0), 1)))" + || INT_5_BITS (XEXP (XEXP (operands[0], 0), 1)))" { /* The SL completor indicates good spatial locality but poor temporal locality. The ldw instruction with a target of general register 0 @@ -9371,7 +9371,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" && (operands[2] != const0_rtx || GET_CODE (XEXP (operands[0], 0)) != PLUS || GET_CODE (XEXP (XEXP (operands[0], 0), 1)) != CONST_INT - || VAL_5_BITS_P (XEXP (XEXP (operands[0], 0), 1)))" + || INT_5_BITS (XEXP (XEXP (operands[0], 0), 1)))" { /* The SL completor indicates good spatial locality but poor temporal locality. The ldw instruction with a target of general register 0