[lno] tree-ssa merge

Pop Sebastian pop@gauvain.u-strasbg.fr
Wed Jan 21 18:33:00 GMT 2004


All the previous changes do not work without the following patch.


Index: tree-scalar-evolution.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-scalar-evolution.c,v
retrieving revision 1.1.2.10
diff -d -u -p -r1.1.2.10 tree-scalar-evolution.c
--- tree-scalar-evolution.c	21 Jan 2004 01:10:53 -0000	1.1.2.10
+++ tree-scalar-evolution.c	21 Jan 2004 18:29:28 -0000
@@ -4167,7 +4167,7 @@ gate_scev (void)
 
 struct tree_opt_pass pass_scev = 
 {
-  "scev",				/* name */
+  NULL,                                 /* name */
   gate_scev,				/* gate */
   NULL,					/* execute */
   NULL,					/* sub */
@@ -4205,7 +4205,7 @@ gate_scev_anal (void)
 
 struct tree_opt_pass pass_scev_anal = 
 {
-  "scev-anal",				/* name */
+  "scev",				/* name */
   gate_scev_anal,			/* gate */
   scev_anal,				/* execute */
   NULL,					/* sub */



More information about the Gcc-patches mailing list