Commit 11e87727 by Richard Kenner

Fix typo in comments.

From-SVN: r11292
parent 15cf7c83
;; Machine description for DEC Alpha for GNU C compiler ;; Machine description for DEC Alpha for GNU C compiler
;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. ;; Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
;; This file is part of GNU CC. ;; This file is part of GNU CC.
...@@ -640,10 +640,10 @@ ...@@ -640,10 +640,10 @@
zapnot %r1,%m2,%0" zapnot %r1,%m2,%0"
[(set_attr "type" "iaddlog,iaddlog,shiftcm")]) [(set_attr "type" "iaddlog,iaddlog,shiftcm")])
;; There are times when we can split and AND into two AND insns. This occurs ;; There are times when we can split an AND into two AND insns. This occurs
;; when we can first clear any bytes and then clear anything else. For ;; when we can first clear any bytes and then clear anything else. For
;; example "I & 0xffff07" is "(I & 0xffffff) & 0xffffffffffffff07". ;; example "I & 0xffff07" is "(I & 0xffffff) & 0xffffffffffffff07".
;; Only to this when running on 64-bit host since the computations are ;; Only do this when running on 64-bit host since the computations are
;; too messy otherwise. ;; too messy otherwise.
(define_split (define_split
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment