diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-03 22:07:53 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-03 22:07:53 +0000 |
commit | a92771b8eeb748b4e841f0ebca91514203a3fc2b (patch) | |
tree | e82dd48a4282d7b9e8b1c71b065b52af17254c52 /gcc/optabs.c | |
parent | 3486c3bf66bc963f1b0d1c5bab35140519dd7619 (diff) | |
download | gcc-a92771b8eeb748b4e841f0ebca91514203a3fc2b.tar.gz |
formatting tweaks
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12390 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 09c4526ed9f..a30819753a5 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -88,7 +88,7 @@ optab strlen_optab; /* Tables of patterns for extending one integer mode to another. */ enum insn_code extendtab[MAX_MACHINE_MODE][MAX_MACHINE_MODE][2]; -/* Tables of patterns for converting between fixed and floating point. */ +/* Tables of patterns for converting between fixed and floating point. */ enum insn_code fixtab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2]; enum insn_code fixtrunctab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2]; enum insn_code floattab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2]; @@ -438,7 +438,7 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods) temp = gen_reg_rtx (mode); /* If it is a commutative operator and the modes would match - if we would swap the operands, we can save the conversions. */ + if we would swap the operands, we can save the conversions. */ if (commutative_op) { if (GET_MODE (op0) != mode0 && GET_MODE (op1) != mode1 @@ -3517,7 +3517,7 @@ expand_float (to, from, unsignedp) /* There is no such mode. Pretend the target is wide enough. */ fmode = GET_MODE (to); - /* Avoid double-rounding when TO is narrower than FROM. */ + /* Avoid double-rounding when TO is narrower than FROM. */ if ((significand_size (fmode) + 1) < GET_MODE_BITSIZE (GET_MODE (from))) { @@ -4338,7 +4338,7 @@ init_optabs () #ifdef BROKEN_LDEXP -/* SCO 3.2 apparently has a broken ldexp. */ +/* SCO 3.2 apparently has a broken ldexp. */ double ldexp(x,n) |