(regno_last_note_uid): Declared.

From-SVN: r5728
This commit is contained in:
Richard Stallman 1993-10-11 07:02:30 +00:00
parent b803fb99f3
commit 2cb547d84f
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ extern int *regno_first_uid;
extern int *regno_last_uid;
/* Similar, but includes insns that mention the reg in their notes. */
extern int *regno_last_note_uid;
/* Vector indexed by regno; contains 1 for a register is considered a pointer.
Reloading, etc. will use a pointer register rather than a non-pointer
as the base register in an address, when there is a choice of two regs. */