rx.md (andsi3, [...]): Fix timings for three operand alternative.
authorNick Clifton <nickc@redhat.com>
Thu, 10 Mar 2011 11:30:33 +0000 (11:30 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 10 Mar 2011 11:30:33 +0000 (11:30 +0000)
* config/rx/rx.md (andsi3, andsi3_flags): Fix timings for three
          operand alternative.

From-SVN: r170846

gcc/ChangeLog
gcc/config/rx/rx.md

index 8adc5a457ae291cf153bdfb19db0cc1dca5c53ea..12c74a15eb9d9cdd22a0e9b6769280bf1d381189 100644 (file)
@@ -1,6 +1,7 @@
 2011-03-10  Nick Clifton  <nickc@redhat.com>
 
        * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
+       (andsi3, andsi3_flags): Fix timings for three operand alternative.
 
 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
 
index c8b95d0c5d2d072373de5ba6b24e8a579ddb79cc..cd5b571dd3ad4a909be9d0ab51a085647029c08d 100644 (file)
   and\t%1, %0
   and\t%2, %1, %0
   and\t%Q2, %0"
-  [(set_attr "timings" "11,11,11,11,11,11,11,33,33")
+  [(set_attr "timings" "11,11,11,11,11,11,11,11,33")
    (set_attr "length" "2,2,3,4,5,6,2,5,5")]
 )
 
   and\t%1, %0
   and\t%2, %1, %0
   and\t%Q2, %0"
-  [(set_attr "timings" "11,11,11,11,11,11,11,33,33")
+  [(set_attr "timings" "11,11,11,11,11,11,11,11,33")
    (set_attr "length" "2,2,3,4,5,6,2,5,5")]
 )