aboutsummaryrefslogtreecommitdiff
path: root/gcc/regrename.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-04-30 20:48:55 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-04-30 20:48:55 +0000
commit1eeeb6a437b35a0a48b7758d33e2d33164ca52db (patch)
treea0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/regrename.c
parent888d5eaa62fd5a9e9c62cff6e94a2e9e79434c1e (diff)
downloadgcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.zip
gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.gz
gcc-1eeeb6a437b35a0a48b7758d33e2d33164ca52db.tar.bz2
cpplex.c: Fix comment formatting.
* cpplex.c: Fix comment formatting. * function.c: Likewise. * integrate.c: Likewise. * regrename.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. From-SVN: r52972
Diffstat (limited to 'gcc/regrename.c')
-rw-r--r--gcc/regrename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c
index efdd9f9..82f3ae9 100644
--- a/gcc/regrename.c
+++ b/gcc/regrename.c
@@ -1108,7 +1108,7 @@ kill_value (x, vd)
/* SUBREGS are supposed to have been eliminated by now. But some
ports, e.g. i386 sse, use them to smuggle vector type information
through to instruction selection. Each such SUBREG should simplify,
- so if we get a NULL we've done something wrong elsewhere. */
+ so if we get a NULL we've done something wrong elsewhere. */
if (GET_CODE (x) == SUBREG)
x = simplify_subreg (GET_MODE (x), SUBREG_REG (x),