From: Andrew Pinski Date: Mon, 28 Sep 2015 05:22:36 +0000 (+0000) Subject: aarch64.md (prefetch): Change the predicate of operand 0 to register_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65629a24068d45300b73bc54faf3f02269e428ff;p=gcc.git aarch64.md (prefetch): Change the predicate of operand 0 to register_operand. 2015-09-28 Andrew Pinski * config/aarch64/aarch64.md (prefetch): Change the predicate of operand 0 to register_operand. From-SVN: r228182 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c956045c86..feca144bd36 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 78b9ae2bf18..3e8520905b7 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" ""))] ""