2 /* Provide three core typedefs used by everything, if we are compiling
3 GCC. These used to be found in rtl.h and tree.h, but this is no
4 longer practical. Providing these here rather that system.h allows
5 the typedefs to be used everywhere within GCC. */
7 typedef struct rtx_def
*rtx
;
9 typedef struct rtvec_def
*rtvec
;
11 typedef union tree_node
*tree
;