diff options
| author | John van Groningen | 2008-12-18 15:15:09 +0000 |
|---|---|---|
| committer | John van Groningen | 2008-12-18 15:15:09 +0000 |
| commit | a6301c75cf98934c3c7be53909850d34c801c699 (patch) | |
| tree | ac12c8095ce70f047391dde1f5e9bda4856a49e5 /cgcalc.c | |
| parent | rename IMOD to IREM (diff) | |
rename GMOD to GREM
Diffstat (limited to 'cgcalc.c')
| -rw-r--r-- | cgcalc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2413,7 +2413,7 @@ void calculate_graph_register_uses (INSTRUCTION_GRAPH graph) #endif calculate_dyadic_non_commutative_data_operator (graph); return; - case GMOD: + case GREM: #ifdef I486 case GREMU: #endif @@ -2743,7 +2743,7 @@ void count_graph (INSTRUCTION_GRAPH graph) case GFSUB: case GLSL: case GLSR: - case GMOD: + case GREM: #ifdef I486 case GREMU: #endif @@ -2955,7 +2955,7 @@ void mark_graph_2 (register INSTRUCTION_GRAPH graph) case GFSUB: case GLSL: case GLSR: - case GMOD: + case GREM: #ifdef I486 case GREMU: #endif |
