]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* flow.c (regset_bytes, regset_size): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 23 Jan 2005 19:48:47 +0000 (19:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 23 Jan 2005 19:48:47 +0000 (19:48 +0000)
From-SVN: r94125

gcc/ChangeLog
gcc/flow.c

index 103be643760280267d56540706a7366737ad8f68..22fe3fe8358e6db8acfc24974d65247cfaada0e9 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * flow.c (regset_bytes, regset_size): Remove.
+
 2005-01-23  Steven Bosscher  <stevenb@suse.de>
 
        PR rtl-optimization/19464
index 446d8a3db68660f5cb2ff2e91b7af3e17fa04731..36232e914cdfa97f75af08bf4bf8c80d7ebe5164 100644 (file)
@@ -176,12 +176,6 @@ int max_regno;
 
 varray_type reg_n_info;
 
-/* Size of a regset for the current function,
-   in (1) bytes and (2) elements.  */
-
-int regset_bytes;
-int regset_size;
-
 /* Regset of regs live when calls to `setjmp'-like functions happen.  */
 /* ??? Does this exist only for the setjmp-clobbered warning message?  */