OSDN Git Service

* tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Sep 2004 06:09:41 +0000 (06:09 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Sep 2004 06:09:41 +0000 (06:09 +0000)
prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87721 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 44cce19..32f98f3 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 e50c448..b99f189 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)
     {