aarch64.md (prefetch): Change the predicate of operand 0 to register_operand.

2015-09-28  Andrew Pinski  <apinski@cavium.com>    

	* config/aarch64/aarch64.md (prefetch):
	Change the predicate of operand 0 to register_operand.

From-SVN: r228182
This commit is contained in:
Andrew Pinski 2015-09-28 05:22:36 +00:00 committed by Naveen H.S
parent 787541ae57
commit 65629a2406
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-09-28 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64.md (prefetch):
Change the predicate of operand 0 to register_operand.
2015-09-27 Uros Bizjak <ubizjak@gmail.com> 2015-09-27 Uros Bizjak <ubizjak@gmail.com>
* config/i386/predicates.md (register_sse4nonimm_operand): New * config/i386/predicates.md (register_sse4nonimm_operand): New

View file

@ -466,7 +466,7 @@
) )
(define_insn "prefetch" (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 1 "const_int_operand" "")
(match_operand:QI 2 "const_int_operand" ""))] (match_operand:QI 2 "const_int_operand" ""))]
"" ""