From: Nick Clifton Date: Fri, 21 Dec 2001 09:31:37 +0000 (+0000) Subject: Use 'a' operand code for prefetch instruction. X-Git-Tag: prereleases/libstdc++-3.0.96~943 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a00b07c5e5c9423dd3ae9bb62284c235bffe8daa;p=thirdparty%2Fgcc.git Use 'a' operand code for prefetch instruction. From-SVN: r48237 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c137b1100641..90776b286321 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 f7d9b64d4c0e..5f508dd83873 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