aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-11 07:02:30 +0000
committerRichard Stallman <rms@gnu.org>1993-10-11 07:02:30 +0000
commit2cb547d84fa3d23085631345ee852b1f60dea79b (patch)
treeaa5ea15e12e4c74d41c8f76825aeb6c728f6ed28 /gcc/regs.h
parentb803fb99f3fe1ebfc4ddad51c83358256aa28c37 (diff)
downloadgcc-2cb547d84fa3d23085631345ee852b1f60dea79b.zip
gcc-2cb547d84fa3d23085631345ee852b1f60dea79b.tar.gz
gcc-2cb547d84fa3d23085631345ee852b1f60dea79b.tar.bz2
(regno_last_note_uid): Declared.
From-SVN: r5728
Diffstat (limited to 'gcc/regs.h')
-rw-r--r--gcc/regs.h4
1 files changed, 4 insertions, 0 deletions
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. */