summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2015-09-01 12:39:24 +0000
committerJohn van Groningen2015-09-01 12:39:24 +0000
commit390ccb481e10403263e09b4b75b97d4e5f5eff54 (patch)
tree114b64d6f411f518f1c7e07d7bd75a956acabdfc
parentport to ARM (update existing files) (diff)
initialize order_mode field for GBEFORE and GBEFORE0 nodes
-rw-r--r--cgcalc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgcalc.c b/cgcalc.c
index c30abca..c94339f 100644
--- a/cgcalc.c
+++ b/cgcalc.c
@@ -2298,6 +2298,7 @@ void calculate_graph_register_uses (INSTRUCTION_GRAPH graph)
}
graph->order_alterable=graph_1->order_alterable;
+ graph->order_mode=graph_1->order_mode;
return;
}
case GKEEP: