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 8adc5a4..12c74a1 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 c8b95d0..cd5b571 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")]
 )