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] Fix ia64.c compilate


Hi!

Committed as obvious.

2004-09-28  Jakub Jelinek  <jakub@redhat.com>

	* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
	variable.

--- gcc/config/ia64/ia64.c.jj	2004-09-28 10:19:50.000000000 +0200
+++ gcc/config/ia64/ia64.c	2004-09-28 23:13:42.411347774 +0200
@@ -2033,6 +2033,7 @@ ia64_expand_prologue (void)
   if (optimize)
     {
       edge e;
+      edge_iterator ei;
 
       FOR_EACH_EDGE (e, ei, EXIT_BLOCK_PTR->preds)
 	if ((e->flags & EDGE_FAKE) == 0

	Jakub


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