summaryrefslogtreecommitdiff
path: root/cgcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgcalc.c')
-rw-r--r--cgcalc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgcalc.c b/cgcalc.c
index a6a30eb..37015ae 100644
--- a/cgcalc.c
+++ b/cgcalc.c
@@ -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