Fix whitespace in comment

From-SVN: r34093
This commit is contained in:
Richard Kenner 2000-05-22 18:40:02 -04:00
parent 8f5c8c72db
commit d171a5fbab
1 changed files with 2 additions and 3 deletions

View File

@ -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)