Commit 65629a24 by Andrew Pinski Committed by Naveen H.S

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
parent 787541ae
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
...@@ -466,7 +466,7 @@ ...@@ -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" ""))]
"" ""
......
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