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:
parent
787541ae57
commit
65629a2406
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* config/i386/predicates.md (register_sse4nonimm_operand): New
|
||||
|
|
|
@ -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" ""))]
|
||||
""
|
||||
|
|
Loading…
Add table
Reference in a new issue