Commit b732f36f by Kazu Hirata Committed by Kazu Hirata

* gcse.c (gcse_main): Add a comment.

From-SVN: r91729
parent a6ac7f6f
2004-12-04 Kazu Hirata <kazu@cs.umass.edu>
* gcse.c (gcse_main): Add a comment.
2004-12-04 Alan Modra <amodra@bigpond.net.au>
* mklibgcc.in: Build shared libgcc and shared libunwind in gcc/.
......
......@@ -675,7 +675,8 @@ static bool is_too_expensive (const char *);
/* Entry point for global common subexpression elimination.
F is the first instruction in the function. */
F is the first instruction in the function. Return nonzero if a
change is mode. */
int
gcse_main (rtx f, FILE *file)
......
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