diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-26 22:25:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-26 22:25:14 +0000 |
commit | 40f03658801b3fb690d689bf46576688f5382075 (patch) | |
tree | 778e5c00812009bde0b1783be2f952fd29b9acd0 /gcc/optabs.c | |
parent | ee8a73d6e7e9523bcdedd76ff3bc414910c8d0c4 (diff) | |
download | gcc-40f03658801b3fb690d689bf46576688f5382075.zip gcc-40f03658801b3fb690d689bf46576688f5382075.tar.gz gcc-40f03658801b3fb690d689bf46576688f5382075.tar.bz2 |
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
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |