diff options
-rw-r--r-- | cgcalc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |