diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-08-24 12:05:09 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-08-24 12:05:09 +0000 |
commit | bf6bb899e1d9db8966e3087b8341e4c3306446d8 (patch) | |
tree | 78d2e5672c6da2cd32b557418dbda0d69234e5bf /gcc/rtl.h | |
parent | 55247fce700ed0937de9de1bb7640c246513a1ad (diff) | |
download | gcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.zip gcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.tar.gz gcc-bf6bb899e1d9db8966e3087b8341e4c3306446d8.tar.bz2 |
Fix more problems from GC diffs
From-SVN: r28820
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -818,6 +818,12 @@ extern const char * const note_insn_name[]; /* For a NOTE_INSN_LIVE note, the original basic block number. */ #define RANGE_LIVE_ORIG_BLOCK(INSN) (XINT (INSN, 1)) +/* Nonzero if we need to distinguish between the return value of this function + and the return value of a function called by this function. This helps + integrate.c. + This is 1 until after the rtl generation pass. */ +extern int rtx_equal_function_value_matters; + /* Generally useful functions. */ /* The following functions accept a wide integer argument. Rather than |