diff options
author | David Edelsohn <edelsohn@gnu.org> | 2005-08-13 18:47:08 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-08-13 14:47:08 -0400 |
commit | 3256a76e621b4fd466ea9da5ce8de9a24a66aa0c (patch) | |
tree | a8cf9cd6d7c86ffe2d57a6a6c7c45005101c77f4 /gcc/config/rs6000/rs6000.md | |
parent | d77704579c02c48223abfe8db569941dfe0e4f46 (diff) | |
download | gcc-3256a76e621b4fd466ea9da5ce8de9a24a66aa0c.zip gcc-3256a76e621b4fd466ea9da5ce8de9a24a66aa0c.tar.gz gcc-3256a76e621b4fd466ea9da5ce8de9a24a66aa0c.tar.bz2 |
rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed or indirect address operand.
* config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
or indirect address operand.
(EXTRA_ADDRESS_CONSTRAINT): New.
* config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".
From-SVN: r103056
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 288b40f..c873c8f 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -14016,7 +14016,7 @@ }") (define_insn "prefetch" - [(prefetch (match_operand 0 "indexed_or_indirect_address" "p") + [(prefetch (match_operand 0 "indexed_or_indirect_address" "a") (match_operand:SI 1 "const_int_operand" "n") (match_operand:SI 2 "const_int_operand" "n"))] "TARGET_POWERPC" |