Commit a733bab5 by Richard Kenner Committed by Richard Kenner

* function.h (tree, rtx): Remove no-longer-needed definitions.

From-SVN: r47665
parent 53b6fb26
Wed Dec 5 06:26:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Wed Dec 5 06:26:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* function.h (tree, rtx): Remove no-longer-needed definitions.
* function.c (keep_stack_depressed): Refine check for register * function.c (keep_stack_depressed): Refine check for register
clobbered over call. clobbered over call.
......
...@@ -19,16 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free ...@@ -19,16 +19,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 02111-1307, USA. */
#if !defined(NULL_TREE) && !defined(tree)
typedef union union_node *_function_tree;
#define tree _function_tree
#endif
#if !defined(NULL_RTX) && !defined(rtx)
typedef struct rtx_def *_function_rtx;
#define rtx _function_rtx
#endif
struct var_refs_queue struct var_refs_queue
{ {
rtx modified; rtx modified;
......
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