Commit 9924d7d8 by Jakub Jelinek Committed by Jakub Jelinek

ia64.c (ia64_expand_prologue): Declare ei variable.

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

From-SVN: r88253
parent 81842e1b
2004-09-28 Jakub Jelinek <jakub@redhat.com>
* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
variable.
2004-09-28 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-loop.c (pass_record_bounds): Do not assign a
......
......@@ -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
......
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