Commit 2cb547d8 by Richard Stallman

(regno_last_note_uid): Declared.

From-SVN: r5728
parent b803fb99
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment