projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8584034
)
* flow.c (regset_bytes, regset_size): Remove.
author
Kazu Hirata
<kazu@cs.umass.edu>
Sun, 23 Jan 2005 19:48:47 +0000
(19:48 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Sun, 23 Jan 2005 19:48:47 +0000
(19:48 +0000)
From-SVN: r94125
gcc/ChangeLog
patch
|
blob
|
history
gcc/flow.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 103be643760280267d56540706a7366737ad8f68..22fe3fe8358e6db8acfc24974d65247cfaada0e9 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/flow.c
b/gcc/flow.c
index 446d8a3db68660f5cb2ff2e91b7af3e17fa04731..36232e914cdfa97f75af08bf4bf8c80d7ebe5164 100644
(file)
--- a/
gcc/flow.c
+++ b/
gcc/flow.c
@@
-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? */