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
This commit is contained in:
Andreas Jaeger 2004-09-19 08:09:41 +02:00 committed by Andreas Jaeger
parent 938688cdf7
commit 76fd4fd7e2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

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