summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-28 21:17:53 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-28 21:17:53 +0000
commit3eddc6476c92fbacf41284e682d8421481753e50 (patch)
tree4e026f373e17e2d0a22ea0b16b552a4488383d79 /gcc/config
parentb800e533a97d8f359c5b252b8f5686cd73856c15 (diff)
downloadgcc-3eddc6476c92fbacf41284e682d8421481753e50.tar.gz
* config/ia64/ia64.c (ia64_expand_prologue): Declare ei
variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/ia64/ia64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 6cb3b6a5652..b51cc7a9408 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -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