aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r--gcc/ipa-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index 98a4f11..959e31a 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -58,8 +58,8 @@ ipa_print_order (FILE* out,
struct searchc_env {
struct cgraph_node **stack;
- int stack_size;
struct cgraph_node **result;
+ int stack_size;
int order_pos;
splay_tree nodes_marked_new;
bool reduce;