diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 19:31:30 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 19:31:30 +0000 |
commit | 768895877e79859250e5105685e1e818a6c1f5a9 (patch) | |
tree | 8f5eb612dfb13236cb72670814b9d31cf4cabb3a /gcc/config/rs6000/7450.md | |
parent | 60ea5cc422e8c5dd46c92655ff88e510e99685c7 (diff) | |
download | gcc-768895877e79859250e5105685e1e818a6c1f5a9.tar.gz |
* config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
(add.,subf.,neg.): Change attribute to fast_compare.
All DFA descriptions updated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/7450.md')
-rw-r--r-- | gcc/config/rs6000/7450.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/7450.md b/gcc/config/rs6000/7450.md index b7a1d283664..1e41ca120df 100644 --- a/gcc/config/rs6000/7450.md +++ b/gcc/config/rs6000/7450.md @@ -84,7 +84,7 @@ "ppc7450_du,mciu_7450*23") (define_insn_reservation "ppc7450-compare" 2 - (and (eq_attr "type" "cmp,compare,delayed_compare") + (and (eq_attr "type" "cmp,fast_compare,compare,delayed_compare") (eq_attr "cpu" "ppc7450")) "ppc7450_du,(iu1_7450|iu2_7450|iu3_7450)") |