diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 22:49:11 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-30 22:49:11 +0000 |
commit | a2b73329264d6dd8c47e08899ddcc1ff3d1f900e (patch) | |
tree | 41293e2dd25c2433de9893d12f0f711b21ed84e0 /gcc/flow.c | |
parent | 23db3d2e3e831cca691bd9c52135cab0b887faba (diff) | |
download | gcc-a2b73329264d6dd8c47e08899ddcc1ff3d1f900e.tar.gz |
* flow.c (recompute_reg_usage): Does not return a value.
* rtl.h (recompute_reg_usage): Update prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index eb6c2a0079a..216312b02a0 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -4208,7 +4208,7 @@ count_reg_references (x) It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and possibly other information which is used by the register allocators. */ -int +void recompute_reg_usage (f) rtx f; { |