aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/7xx.md
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-02-20 19:31:30 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-02-20 14:31:30 -0500
commita62bfff255032cd0f08b91f2a40f22dccb39e88c (patch)
tree8f5eb612dfb13236cb72670814b9d31cf4cabb3a /gcc/config/rs6000/7xx.md
parent0385e9506b62864a0797cb79b5b380de2bc70b29 (diff)
downloadgcc-a62bfff255032cd0f08b91f2a40f22dccb39e88c.zip
gcc-a62bfff255032cd0f08b91f2a40f22dccb39e88c.tar.gz
gcc-a62bfff255032cd0f08b91f2a40f22dccb39e88c.tar.bz2
rs6000.md: (attr "type"): Add fast_compare.
* config/rs6000/rs6000.md: (attr "type"): Add fast_compare. (add.,subf.,neg.): Change attribute to fast_compare. All DFA descriptions updated. From-SVN: r63175
Diffstat (limited to 'gcc/config/rs6000/7xx.md')
-rw-r--r--gcc/config/rs6000/7xx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/7xx.md b/gcc/config/rs6000/7xx.md
index 8a5c1a7..213fa73 100644
--- a/gcc/config/rs6000/7xx.md
+++ b/gcc/config/rs6000/7xx.md
@@ -84,7 +84,7 @@
"ppc750_du,iu1_7xx*19")
(define_insn_reservation "ppc750-compare" 2
- (and (eq_attr "type" "cmp,compare,delayed_compare")
+ (and (eq_attr "type" "cmp,fast_compare,compare,delayed_compare")
(eq_attr "cpu" "ppc750,ppc7400"))
"ppc750_du,(iu1_7xx|iu2_7xx)")