From: naveenh Date: Mon, 28 Sep 2015 05:22:36 +0000 (+0000) Subject: 2015-09-28 Andrew Pinski X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93a00b8434006a56da8940d329b36bd789fc591d;p=thirdparty%2Fgcc.git 2015-09-28 Andrew Pinski * config/aarch64/aarch64.md (prefetch): Change the predicate of operand 0 to register_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228182 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c956045c866..feca144bd369 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-09-28 Andrew Pinski + + * config/aarch64/aarch64.md (prefetch): + Change the predicate of operand 0 to register_operand. + 2015-09-27 Uros Bizjak * config/i386/predicates.md (register_sse4nonimm_operand): New diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 78b9ae2bf187..3e8520905b7a 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -466,7 +466,7 @@ ) (define_insn "prefetch" - [(prefetch (match_operand:DI 0 "address_operand" "r") + [(prefetch (match_operand:DI 0 "register_operand" "r") (match_operand:QI 1 "const_int_operand" "") (match_operand:QI 2 "const_int_operand" ""))] ""