summaryrefslogtreecommitdiffstats
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/recog.c
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
ppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.zip
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index fb284cdfcab..8b7d5ac9483 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -382,7 +382,7 @@ validate_replace_rtx_1 (loc, from, to, object)
switch (code)
{
case PLUS:
- /* If we have have a PLUS whose second operand is now a CONST_INT, use
+ /* If we have a PLUS whose second operand is now a CONST_INT, use
plus_constant to try to simplify it. */
if (GET_CODE (XEXP (x, 1)) == CONST_INT && XEXP (x, 1) == to)
validate_change (object, loc, plus_constant (XEXP (x, 0), INTVAL (to)),
OpenPOWER on IntegriCloud