aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com>2001-07-11 00:52:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-07-11 00:52:01 +0000
commita1b2ebc0b23cce4a16a643b50266b09747c4f985 (patch)
tree3d9eff859404ead81cdde0214f88df926b15c73d /gcc/simplify-rtx.c
parentaac560ac261e7a2fde599c6b162f99acd3348fe7 (diff)
downloadgcc-a1b2ebc0b23cce4a16a643b50266b09747c4f985.zip
gcc-a1b2ebc0b23cce4a16a643b50266b09747c4f985.tar.gz
gcc-a1b2ebc0b23cce4a16a643b50266b09747c4f985.tar.bz2
simplify-rtx.c: (simplify_subreg) Fix typo in comment
2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com> * simplify-rtx.c: (simplify_subreg) Fix typo in comment From-SVN: r43916
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r--gcc/simplify-rtx.c2
1 files changed, 1 insertions, 1 deletions
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