aarch64.md (prefetch): Change the predicate of operand 0 to register_operand.
authorAndrew Pinski <apinski@cavium.com>
Mon, 28 Sep 2015 05:22:36 +0000 (05:22 +0000)
committerNaveen H.S <naveenh@gcc.gnu.org>
Mon, 28 Sep 2015 05:22:36 +0000 (05:22 +0000)
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

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index 5c956045c86681bc3091deca611ae9f604add1ab..feca144bd369b5926fbcf90641c676b164fa6c57 100644 (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>
 
        * config/i386/predicates.md (register_sse4nonimm_operand): New
index 78b9ae2bf187520a131b67948b9ed66cd9364c09..3e8520905b7a425690e5a831600bccfea85f81f0 100644 (file)
 )
 
 (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" ""))]
   ""