diff options
| author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 12:42:06 +0000 |
|---|---|---|
| committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 12:42:06 +0000 |
| commit | f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b (patch) | |
| tree | 5147904e5bf678349cb97df457fd5f0fafc4363e /gcc/rtlanal.c | |
| parent | 63f6bcd791a4efb738523b32ebc8be2b56377041 (diff) | |
| download | gcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.zip gcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.tar.gz gcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.tar.bz2 | |
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
system.h, toplev.c: Fix spelling errors.
From-SVN: r46580
Diffstat (limited to 'gcc/rtlanal.c')
| -rw-r--r-- | gcc/rtlanal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 4aa9030..90531f8 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -923,7 +923,7 @@ single_set_2 (insn, pat) /* We can consider insns having multiple sets, where all but one are dead as single set insns. In common case only single set is present in the pattern so we want - to avoid checking for REG_UNUSED notes unless neccesary. + to avoid checking for REG_UNUSED notes unless necessary. When we reach set first time, we just expect this is the single set we are looking for and only when more @@ -2595,7 +2595,7 @@ commutative_operand_precedence (op) return 0; } -/* Return 1 iff it is neccesary to swap operands of commutative operation +/* Return 1 iff it is necessary to swap operands of commutative operation in order to canonicalize expression. */ int |
