summaryrefslogtreecommitdiff
path: root/gcc/regrename.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-30 20:48:55 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-30 20:48:55 +0000
commita113df96c80560b8e80c0edffc6353dad5a36582 (patch)
treea0cc3b83651f56f07e65c72d081ac3f43fda4dfd /gcc/regrename.c
parent20f14ecb101c8f68aa39512203dd9394b858ed7a (diff)
downloadgcc-a113df96c80560b8e80c0edffc6353dad5a36582.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52972 138bc75d-0d04-0410-961f-82ee72b054a4
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 efdd9f9f24b..82f3ae97a04 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),