* flow.c (regset_bytes, regset_size): Remove.

From-SVN: r94125
This commit is contained in:
Kazu Hirata 2005-01-23 19:48:47 +00:00 committed by Kazu Hirata
parent 8584034934
commit edd517b1c5
2 changed files with 4 additions and 6 deletions

View 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

View 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? */