aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index c01bba6..a1c20ee 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -342,7 +342,7 @@ cgraph_expand_functions ()
}
}
}
- for (i = order_pos - 1; i >=0; i--)
+ for (i = order_pos - 1; i >= 0; i--)
{
node = order[i];
if (node->output)