diff options
author | Steven Bosscher <stevenb.gcc@gmail.com> | 2006-03-11 22:14:35 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2006-03-11 22:14:35 +0000 |
commit | fc6c490eea79b69d94d4400c043c329728abb463 (patch) | |
tree | 1967f51ab6bd7d5f8a77e446e8321acf6c44faa8 /gcc/rtl.h | |
parent | 920d7bf632582d48c340dcf91e462d79aa7dc4cf (diff) | |
download | gcc-fc6c490eea79b69d94d4400c043c329728abb463.zip gcc-fc6c490eea79b69d94d4400c043c329728abb463.tar.gz gcc-fc6c490eea79b69d94d4400c043c329728abb463.tar.bz2 |
rtl.def (LABEL_REF): Remove the field for LABEL_NEXTREF.
* rtl.def (LABEL_REF): Remove the field for LABEL_NEXTREF.
* rtl.h (LABEL_NEXTREF): Remove field accessor.
From-SVN: r111969
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -961,13 +961,6 @@ enum label_kind The chain eventually winds up at the CODE_LABEL: it is circular. */ #define LABEL_REFS(LABEL) XCEXP (LABEL, 5, CODE_LABEL) -/* This is the field in the LABEL_REF through which the circular chain - of references to a particular label is linked. - FIXME: This chain is used in loop.c and in the SH backend. - Since loop.c is about to go away, it could be a win to replace - the uses of this in the SH backend with something else. */ -#define LABEL_NEXTREF(REF) XCEXP (REF, 1, LABEL_REF) - /* For a REG rtx, REGNO extracts the register number. ORIGINAL_REGNO holds the number the register originally had; for a pseudo register turned into a hard reg this will hold the old pseudo register number. */ |