From 40f03658801b3fb690d689bf46576688f5382075 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 26 Sep 2002 22:25:14 +0000 Subject: c-common.h: Follow spelling conventions. * c-common.h: Follow spelling conventions. * cpplex.c: Likewise. * cpplib.h: Likewise. * gthr-dce.h: Likewise. * gthr-posix.h: Likewise. * optabs.c: Likewise. * output.h: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * ra-rewrite.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reload.c: Likewise. * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. From-SVN: r57555 --- gcc/optabs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/optabs.c') diff --git a/gcc/optabs.c b/gcc/optabs.c index 0d13bb1..ec03c19 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2979,7 +2979,7 @@ emit_unop_insn (icode, target, op0, code) TARGET, OP0, and OP1 are the output and inputs of the operations, respectively. OP1 may be zero for a unary operation. - EQUIV, if non-zero, is an expression to be placed into a REG_EQUAL note + EQUIV, if nonzero, is an expression to be placed into a REG_EQUAL note on the last insn. If TARGET is not a register, INSNS is simply emitted with no special @@ -4152,7 +4152,7 @@ emit_conditional_move (target, code, op0, op1, cmode, op2, op3, mode, return target; } -/* Return non-zero if a conditional move of mode MODE is supported. +/* Return nonzero if a conditional move of mode MODE is supported. This function is for combine so it can tell whether an insn that looks like a conditional move is actually supported by the hardware. If we -- cgit v1.1