summaryrefslogtreecommitdiff
path: root/gcc/regs.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-02 22:05:38 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-02 22:05:38 +0000
commite5f994bf31f6c458e38155ae33e1cbc71473c1e2 (patch)
treed28649d18416201742bfa6e0d658ac3243511920 /gcc/regs.h
parent11200747001a9f731a9a66efcfa0eab44608153b (diff)
downloadlinaro-gcc-e5f994bf31f6c458e38155ae33e1cbc71473c1e2.tar.gz
linaro-gcc-e5f994bf31f6c458e38155ae33e1cbc71473c1e2.tar.bz2
linaro-gcc-e5f994bf31f6c458e38155ae33e1cbc71473c1e2.zip
Widen some short fields to int; Use allocate_reg_info to allocate the reg_renumber array
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regs.h')
-rw-r--r--gcc/regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/regs.h b/gcc/regs.h
index 0091b885d23..5089553d0f4 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -1,5 +1,5 @@
/* Define per-register tables for data flow info and register allocation.
- Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -124,7 +124,7 @@ extern reg_info *reg_n_info;
This can't be folded into reg_n_info without changing all of the
machine dependent directories, since the reload functions
- access it. */
+ in the machine dependent files access it. */
extern short *reg_renumber;
@@ -214,4 +214,4 @@ extern int *scratch_block;
extern int scratch_list_length;
/* Allocate reg_n_info tables */
-extern void allocate_reg_info PROTO((int, int));
+extern void allocate_reg_info PROTO((int, int, int));