Commit 76fd4fd7 by Andreas Jaeger Committed by Andreas Jaeger

tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix prototype.


	* tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
	prototype.

From-SVN: r87721
parent 938688cd
2004-09-19 Andreas Jaeger <aj@suse.de>
* tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
prototype.
2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
* config/cris/cris.h: Preserve the original spelling in a
......
......@@ -795,7 +795,7 @@ remove_local_expressions_from_table (void)
state, stopping when there are LIMIT entries left in LOCALs. */
static void
restore_nonzero_vars_to_original_value ()
restore_nonzero_vars_to_original_value (void)
{
while (VARRAY_ACTIVE_SIZE (nonzero_vars_stack) > 0)
{
......
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