This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] tree-flow.h: Remove residue of the old immediate useinfrastructure.


Hi,

Attached is a patch to remove residue of the old immediate use
infrastructure.

Tested on i686-pc-linux-gnu.  OK to apply?

Kazu Hirata

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.

Index: tree-flow.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-flow.h,v
retrieving revision 2.91
diff -u -d -p -r2.91 tree-flow.h
--- tree-flow.h	6 Apr 2005 17:05:02 -0000	2.91
+++ tree-flow.h	8 Apr 2005 00:29:13 -0000
@@ -548,13 +548,8 @@ extern void mark_new_vars_to_rename (tre
 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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]