* flow.c (regset_bytes, regset_size): Remove.
From-SVN: r94125
This commit is contained in:
parent
8584034934
commit
edd517b1c5
@ -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
|
||||
|
@ -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? */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user