2001-07-10 Kazu Hirata <kazu@hxi.com>
* calls.c (emit_library_call_value_1): Fix a comment typo.
* dwarf2out.c (mem_loc_descriptor): Likewise.
* config/i386/i386.c (ix86_expand_aligntest): Likewise.
From-SVN: r43917
+2001-07-10 Kazu Hirata <kazu@hxi.com>
+
+ * calls.c (emit_library_call_value_1): Fix a comment typo.
+ * dwarf2out.c (mem_loc_descriptor): Likewise.
+ * config/i386/i386.c (ix86_expand_aligntest): Likewise.
+
2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
* simplify-rtx.c: (simplify_subreg) Fix typo in comment
\f
/* Output a library call to function FUN (a SYMBOL_REF rtx).
The RETVAL parameter specifies whether return value needs to be saved, other
- parameters are documented in the emit_library_call function bellow. */
+ parameters are documented in the emit_library_call function below. */
static rtx
emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p)
int retval;
}
}
-/* Helper function for the string operations bellow. Dest VARIABLE whether
+/* Helper function for the string operations below. Dest VARIABLE whether
it is aligned to VALUE bytes. If true, jump to the label. */
static rtx
ix86_expand_aligntest (variable, value)
case PRE_MODIFY:
/* Extract the PLUS expression nested inside and fall into
- PLUS code bellow. */
+ PLUS code below. */
rtl = XEXP (rtl, 1);
goto plus;