tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix prototype.
authorAndreas Jaeger <aj@suse.de>
Sun, 19 Sep 2004 06:09:41 +0000 (08:09 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 19 Sep 2004 06:09:41 +0000 (08:09 +0200)
* tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
prototype.

From-SVN: r87721

gcc/ChangeLog
gcc/tree-ssa-dom.c

index 44cce19f10b4ab5808b52cf3d264f2a24e413971..32f98f309bbdf20a15ed3386d2164789ba987188 100644 (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
index e50c4489e8508df5a1e89d66839fba03463fcd0d..b99f1891fe54aa04a52068ae7a19cb4dedb9b13a 100644 (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)
     {