Commit a00b07c5 by Nick Clifton Committed by Nick Clifton

Use 'a' operand code for prefetch instruction.

From-SVN: r48237
parent ff7230ac
2001-12-21 Nick Clifton <nickc@cambridge.redhat.com>
* config/arm/arm.md (prefetch): Use 'a' operand code.
2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* aclocal.m4 (gcc_AC_PROG_GNAT): Run prospective ada drivers in
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment