diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-02 12:59:56 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-02 12:59:56 -0800 |
commit | 778ebe62856880d81f0924cfb6e2a7cb048ca1a7 (patch) | |
tree | f931bb9657bab596eba7984752a6c026e334b202 /gcc | |
parent | d508ebba63354cc0ebe3d566fbb7cd7bfb681e96 (diff) | |
download | gcc-778ebe62856880d81f0924cfb6e2a7cb048ca1a7.zip gcc-778ebe62856880d81f0924cfb6e2a7cb048ca1a7.tar.gz gcc-778ebe62856880d81f0924cfb6e2a7cb048ca1a7.tar.bz2 |
(rtx_equal_function_value_matters): Declare.
From-SVN: r3602
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 7da4dc6..265a2e6 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -1464,3 +1464,7 @@ extern enum insn_types i960_last_insn_type; extern char *i960_output_ldconst (); extern char *i960_output_call_insn (); extern char *i960_output_ret_insn (); + +/* Defined in reload.c, and used in insn-recog.c. */ + +extern int rtx_equal_function_value_matters; |