Commit d171a5fb by Richard Kenner

Fix whitespace in comment

From-SVN: r34093
parent 8f5c8c72
...@@ -3566,9 +3566,8 @@ rest_of_compilation (decl) ...@@ -3566,9 +3566,8 @@ rest_of_compilation (decl)
rtx x; rtx x;
const char *fnname; const char *fnname;
/* Get the function's name, as described by its RTL. /* Get the function's name, as described by its RTL. This may be
This may be different from the DECL_NAME name used different from the DECL_NAME name used in the source file. */
in the source file. */
x = DECL_RTL (decl); x = DECL_RTL (decl);
if (GET_CODE (x) != MEM) if (GET_CODE (x) != MEM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment