From: Nick Clifton Date: Thu, 10 Mar 2011 11:30:33 +0000 (+0000) Subject: rx.md (andsi3, [...]): Fix timings for three operand alternative. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=392426866e8caa70e52ad562423c13191a5667a3;p=gcc.git rx.md (andsi3, [...]): Fix timings for three operand alternative. * config/rx/rx.md (andsi3, andsi3_flags): Fix timings for three operand alternative. From-SVN: r170846 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8adc5a457ae..12c74a15eb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2011-03-10 Nick Clifton * 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 diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md index c8b95d0c5d2..cd5b571dd3a 100644 --- a/gcc/config/rx/rx.md +++ b/gcc/config/rx/rx.md @@ -1007,7 +1007,7 @@ 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")] ) @@ -1029,7 +1029,7 @@ 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")] )