Commit 35c0104b by Kazu Hirata Committed by Kazu Hirata

* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.

From-SVN: r93176
parent abb8b19a
2005-01-11 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
2005-01-11 Alan Modra <amodra@bigpond.net.au> 2005-01-11 Alan Modra <amodra@bigpond.net.au>
* varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL. * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
......
...@@ -2187,7 +2187,7 @@ alpha_expand_mov_nobwx (enum machine_mode mode, rtx *operands) ...@@ -2187,7 +2187,7 @@ alpha_expand_mov_nobwx (enum machine_mode mode, rtx *operands)
} }
/* Implement the movmisalign patterns. One of the operands is a memory /* Implement the movmisalign patterns. One of the operands is a memory
that is not natually aligned. Emit instructions to load it. */ that is not naturally aligned. Emit instructions to load it. */
void void
alpha_expand_movmisalign (enum machine_mode mode, rtx *operands) alpha_expand_movmisalign (enum machine_mode mode, rtx *operands)
......
...@@ -988,7 +988,7 @@ ...@@ -988,7 +988,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Miscelaneous ;; Miscellaneous
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
...@@ -1011,7 +1011,7 @@ ...@@ -1011,7 +1011,7 @@
&& ix86_binary_operator_ok (PLUS, V8QImode, operands)" && ix86_binary_operator_ok (PLUS, V8QImode, operands)"
{ {
/* These two instructions have the same operation, but their encoding /* These two instructions have the same operation, but their encoding
is different. Prefer the one that is defacto standard. */ is different. Prefer the one that is de facto standard. */
if (TARGET_SSE || TARGET_3DNOW_A) if (TARGET_SSE || TARGET_3DNOW_A)
return "pavgb\t{%2, %0|%0, %2}"; return "pavgb\t{%2, %0|%0, %2}";
else else
......
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