aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-05-22 18:40:02 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2000-05-22 18:40:02 -0400
commitd171a5fbabb2d0b56b86962d895999dbeb8149b7 (patch)
tree5c9e7e8072826a2c413016af2467ab1e7010afd2 /gcc
parent8f5c8c72db2d9180c27925901920a952d0f596d1 (diff)
downloadgcc-d171a5fbabb2d0b56b86962d895999dbeb8149b7.zip
gcc-d171a5fbabb2d0b56b86962d895999dbeb8149b7.tar.gz
gcc-d171a5fbabb2d0b56b86962d895999dbeb8149b7.tar.bz2
Fix whitespace in comment
From-SVN: r34093
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 9f13b9a..6a4f598 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -3566,9 +3566,8 @@ rest_of_compilation (decl)
rtx x;
const char *fnname;
- /* Get the function's name, as described by its RTL.
- This may be different from the DECL_NAME name used
- in the source file. */
+ /* Get the function's name, as described by its RTL. This may be
+ different from the DECL_NAME name used in the source file. */
x = DECL_RTL (decl);
if (GET_CODE (x) != MEM)