From 6ed3da0066019f8902326857ca7b9cfb5dafab89 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 7 Jul 2007 13:00:43 +0000 Subject: auto-inc-dec.c, [...]: Fix comment typos. * auto-inc-dec.c, config/arm/arm.c, config/m32r/constraints.md, config/mips/mips.md, config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c, df-problems.c, df-scan.c, df.h, dse.c, gimplify.c, tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi: Fix typos. From-SVN: r126439 --- gcc/cselib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cselib.c') diff --git a/gcc/cselib.c b/gcc/cselib.c index 6114091..3528efb 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -948,7 +948,7 @@ cselib_expand_value_rtx (rtx orig, bitmap regs_active, int max_depth) int regno = REGNO (orig); /* The only thing that we are not willing to do (this - is requirement of dse and if others potiential uses + is requirement of dse and if others potential uses need this function we should add a parm to control it) is that we will not substitute the STACK_POINTER_REGNUM, FRAME_POINTER or the -- cgit v1.1