diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/optabs.c | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz |
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index dd0c51c16f7..c00562fbf88 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1688,7 +1688,7 @@ sign_expand_binop (mode, uoptab, soptab, op0, op1, target, unsignedp, methods) [(set TARG0 (operate OP0 OP1)) (set TARG1 (operate ...))]. Either TARG0 or TARG1 may be zero, but what that means is that - that result is not actually wanted. We will generate it into + the result is not actually wanted. We will generate it into a dummy pseudo-reg and discard it. They may not both be zero. Returns 1 if this operation can be performed; 0 if not. */ |