From 2cb547d84fa3d23085631345ee852b1f60dea79b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 11 Oct 1993 07:02:30 +0000 Subject: (regno_last_note_uid): Declared. From-SVN: r5728 --- gcc/regs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/regs.h b/gcc/regs.h index 009dac2..da41187 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -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. */ -- cgit v1.1