diff options
author | John van Groningen | 2005-05-11 13:18:50 +0000 |
---|---|---|
committer | John van Groningen | 2005-05-11 13:18:50 +0000 |
commit | 7a8ed0f4397496c3f0f41782cc39da79e0105ee9 (patch) | |
tree | 6b3a5b49e7c397348d1e5dbf4c4bddaed5251756 /cgcalc.c | |
parent | add some optimizations for arrays of unboxed records: (diff) |
fix bug in mulUUL instruction
Diffstat (limited to 'cgcalc.c')
-rw-r--r-- | cgcalc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2550,7 +2550,7 @@ void calculate_graph_register_uses (INSTRUCTION_GRAPH graph) graph_0=graph->instruction_parameters[0].p; if (graph_0->order_mode==R_NOMODE) - if (graph->instruction_code==GMULUD) + if (graph_0->instruction_code==GMULUD) calculate_mulud_operator (graph_0); else calculate_divdu_operator (graph_0); |