From: Nick Clifton Date: Fri, 21 Dec 2001 09:31:37 +0000 (+0000) Subject: Use 'a' operand code for prefetch instruction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a00b07c5e5c9423dd3ae9bb62284c235bffe8daa;p=gcc.git Use 'a' operand code for prefetch instruction. From-SVN: r48237 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c137b110064..90776b28632 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-21 Nick Clifton + + * config/arm/arm.md (prefetch): Use 'a' operand code. + 2001-12-20 Kaveh R. Ghazi * aclocal.m4 (gcc_AC_PROG_GNAT): Run prospective ada drivers in diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index f7d9b64d4c0..5f508dd8387 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -9175,7 +9175,7 @@ (match_operand:SI 1 "" "") (match_operand:SI 2 "" ""))] "TARGET_ARM && arm_arch5e" - "pld\\t[%0]") + "pld\\t%a0") ;; General predication pattern