Commit edd517b1 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r94125
parent 85840349
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? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment