mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 19:49:45 +08:00
* recog.h (recog_op_alt): Declare extern.
From-SVN: r24633
This commit is contained in:
parent
d6c0e1c8d0
commit
b0983bb9d5
@ -2,6 +2,8 @@ Tue Jan 12 01:30:19 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* rtl.c (rtx_alloc): Use memset instead of inline loop.
|
||||
|
||||
* recog.h (recog_op_alt): Declare extern.
|
||||
|
||||
Tue Jan 12 00:23:31 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* function.c (purge_addressof_1): If the note accesses a mem+addressof
|
||||
|
@ -163,7 +163,7 @@ extern char recog_operand_address_p[];
|
||||
|
||||
/* Contains a vector of operand_alternative structures for every operand.
|
||||
Set up by preprocess_constraints. */
|
||||
struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
|
||||
extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
|
||||
|
||||
/* Access the output function for CODE. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user