2001-04-21 Kazu Hirata <kazu@hxi.com>
* config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
Fix a comment typo.
* config/i960/i960.c (signed_arith_operand): Likewise.
From-SVN: r41484
* config/h8300/h8300.c (general_operand_src): Fix a comment typo.
+ * config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
+ Fix a comment typo.
+ * config/i960/i960.c (signed_arith_operand): Likewise.
+
2001-04-20 Zack Weinberg <zackw@stanford.edu>
* configure.in: Probe for times, clock, struct tms, and clock_t.
return (register_operand (op, mode) || fp_literal (op, mode));
}
-/* Return true is OP is a register or a valid signed integer literal. */
+/* Return true if OP is a register or a valid signed integer literal. */
int
signed_arith_operand (op, mode)
return 0;
}
-/* Return true is TRIAL is a valid insn for the epilogue delay slot.
+/* Return true if TRIAL is a valid insn for the epilogue delay slot.
Any single length instruction which doesn't reference the stack or frame
pointer is OK. */