Commit e7e09446 by Kazu Hirata Committed by Kazu Hirata

tree-flow.h: Remove the prototype for redirect_immediate_uses.

	* tree-flow.h: Remove the prototype for
	redirect_immediate_uses.
	(TDFA_USE_OPS, TDFA_USE_VOPS): Remove.

From-SVN: r97830
parent b4a58f80
2005-04-08 Kazu Hirata <kazu@cs.umass.edu>
* tree-flow.h: Remove the prototype for
redirect_immediate_uses.
(TDFA_USE_OPS, TDFA_USE_VOPS): Remove.
2005-04-08 Richard Earnshaw <richard.earnshaw@arm.com>
* arm.c (arm_const_double_by_parts): New function.
......
......@@ -548,13 +548,8 @@ extern void mark_new_vars_to_rename (tree, bitmap);
extern void find_new_referenced_vars (tree *);
void mark_call_clobbered_vars_to_rename (void);
extern void redirect_immediate_uses (tree, tree);
extern tree make_rename_temp (tree, const char *);
/* Flags used when computing reaching definitions and reached uses. */
#define TDFA_USE_OPS (1 << 0)
#define TDFA_USE_VOPS (1 << 1)
/* In gimple-low.c */
extern void record_vars (tree);
extern bool block_may_fallthru (tree block);
......
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