diff options
| author | John van Groningen | 2015-09-01 12:39:24 +0000 |
|---|---|---|
| committer | John van Groningen | 2015-09-01 12:39:24 +0000 |
| commit | 390ccb481e10403263e09b4b75b97d4e5f5eff54 (patch) | |
| tree | 114b64d6f411f518f1c7e07d7bd75a956acabdfc | |
| parent | port to ARM (update existing files) (diff) | |
initialize order_mode field for GBEFORE and GBEFORE0 nodes
| -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: |
