pa.md: (prefetch_64, prefetch_32): Fix typo.

* config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo.  Use
	INT_5_BITS instead of VAL_5_BITS_P.

From-SVN: r89929
This commit is contained in:
Graham Stott 2004-11-01 00:59:33 +00:00 committed by John David Anglin
parent f388b490a8
commit 35936b9359
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-10-31 Graham Stott <graham.stott@btinternet.com>
* 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 <roger@eyesopen.com>
PR middle-end/14521

View File

@ -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