Commit 5fe2e41b by Geoffrey Keating Committed by Geoffrey Keating

rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the...

	* rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
	to better document the files they're in.

From-SVN: r44840
parent a2b498cb
2001-08-12 Geoffrey Keating <geoffk@redhat.com>
* rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
to better document the files they're in.
2001-08-12 Zack Weinberg <zackw@panix.com>
* recog.h (struct insn_operand_data): Shrink 'mode' field
......
......@@ -1161,14 +1161,12 @@ extern void optimize_save_area_alloca PARAMS ((rtx));
extern rtx gen_rtx PARAMS ((enum rtx_code,
enum machine_mode, ...));
extern rtvec gen_rtvec PARAMS ((int, ...));
/* In other files */
extern rtx rtx_alloc PARAMS ((RTX_CODE));
extern rtvec rtvec_alloc PARAMS ((int));
extern rtx copy_insn_1 PARAMS ((rtx));
extern rtx copy_insn PARAMS ((rtx));
/* In rtl.c */
extern rtx rtx_alloc PARAMS ((RTX_CODE));
extern rtvec rtvec_alloc PARAMS ((int));
extern rtx copy_rtx PARAMS ((rtx));
/* In emit-rtl.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment