diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-11 07:02:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-11 07:02:30 +0000 |
commit | 2cb547d84fa3d23085631345ee852b1f60dea79b (patch) | |
tree | aa5ea15e12e4c74d41c8f76825aeb6c728f6ed28 /gcc/regs.h | |
parent | b803fb99f3fe1ebfc4ddad51c83358256aa28c37 (diff) | |
download | gcc-2cb547d84fa3d23085631345ee852b1f60dea79b.tar.gz |
(regno_last_note_uid): Declared.
From-SVN: r5728
Diffstat (limited to 'gcc/regs.h')
-rw-r--r-- | gcc/regs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/regs.h b/gcc/regs.h index 009dac2e367..da411871539 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. */ |