summaryrefslogtreecommitdiffstats
path: root/gcc/cselib.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-07 13:00:43 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-07 13:00:43 +0000
commit6dfdc153d3a887e82b92ea3b0f26a545f5ef9147 (patch)
tree2df17d84a1e7c3d50ad947abc81829a2a46d4f60 /gcc/cselib.c
parent9788fee1c2448852af5d37eac5ed4f88e1f43352 (diff)
downloadppe42-gcc-6dfdc153d3a887e82b92ea3b0f26a545f5ef9147.tar.gz
ppe42-gcc-6dfdc153d3a887e82b92ea3b0f26a545f5ef9147.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r--gcc/cselib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c
index 6114091a489..3528efb7e0e 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
OpenPOWER on IntegriCloud