(reg_basic_block): Now int *, not short *.

From-SVN: r4173
This commit is contained in:
Richard Kenner 1993-04-17 17:42:15 -04:00
parent 6fb713ceec
commit 09d2cd9b91
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ extern regset *basic_block_live_at_start;
#define REG_BLOCK_UNKNOWN -1
#define REG_BLOCK_GLOBAL -2
extern short *reg_basic_block;
extern int *reg_basic_block;