(rtx_to_tree_code): Declare.

From-SVN: r3945
This commit is contained in:
Richard Stallman 1993-03-31 05:54:38 +00:00
parent 0c5e217dc9
commit f5118aa5c8
1 changed files with 4 additions and 0 deletions

View File

@ -900,3 +900,7 @@ extern int cse_not_expected;
/* Indexed by pseudo register number, gives the rtx for that pseudo.
Allocated in parallel with regno_pointer_flag. */
extern rtx *regno_reg_rtx;
/* Translates rtx code to tree code, for those codes needed by
REAL_ARITHMETIC. */
extern int rtx_to_tree_code ();