diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-10 11:30:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-03-10 11:30:33 +0000 |
commit | 392426866e8caa70e52ad562423c13191a5667a3 (patch) | |
tree | d696642b164c876f1c115408ef0c52612a3f54ab /gcc | |
parent | d845b2f96f63a86cd45e884acaec6e6ba5861335 (diff) | |
download | gcc-392426866e8caa70e52ad562423c13191a5667a3.zip gcc-392426866e8caa70e52ad562423c13191a5667a3.tar.gz gcc-392426866e8caa70e52ad562423c13191a5667a3.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | 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 <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> 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")] ) |