From a1b2ebc0b23cce4a16a643b50266b09747c4f985 Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Wed, 11 Jul 2001 00:52:01 +0000 Subject: [PATCH] simplify-rtx.c: (simplify_subreg) Fix typo in comment 2001-07-11 David Billinghurst * simplify-rtx.c: (simplify_subreg) Fix typo in comment From-SVN: r43916 --- gcc/ChangeLog | 4 ++++ gcc/simplify-rtx.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34b7610..221b50a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-07-11 David Billinghurst + + * simplify-rtx.c: (simplify_subreg) Fix typo in comment + Tue Jul 10 07:27:53 2001 Richard Kenner * recog.c (offsettable_address_p): Handle LO_SUM case. diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index b21066e..b5006d8 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -2198,7 +2198,7 @@ simplify_subreg (outermode, op, innermode, byte) int offset, part; unsigned HOST_WIDE_INT val = 0; - /* ??? This code is partly redundant with code bellow, but can handle + /* ??? This code is partly redundant with code below, but can handle the subregs of floats and similar corner cases. Later it we should move all simplification code here and rewrite GEN_LOWPART_IF_POSSIBLE, GEN_HIGHPART, OPERAND_SUBWORD and friends -- 2.7.4