From 392426866e8caa70e52ad562423c13191a5667a3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 10 Mar 2011 11:30:33 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 1 + gcc/config/rx/rx.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8adc5a4..12c74a1 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 c8b95d0..cd5b571 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")] ) -- 2.7.4