aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-31 05:54:38 +0000
committerRichard Stallman <rms@gnu.org>1993-03-31 05:54:38 +0000
commitf5118aa5c8d448de8f1ca02189758c3af49a42eb (patch)
treee9d672aa7345815203fed14c8638c1ce147e5f37 /gcc
parent0c5e217dc9018fdba67ba5f61daf0571e4debeee (diff)
downloadgcc-f5118aa5c8d448de8f1ca02189758c3af49a42eb.zip
gcc-f5118aa5c8d448de8f1ca02189758c3af49a42eb.tar.gz
gcc-f5118aa5c8d448de8f1ca02189758c3af49a42eb.tar.bz2
(rtx_to_tree_code): Declare.
From-SVN: r3945
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rtl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 40b849f..b5fc058 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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 ();