From a6301c75cf98934c3c7be53909850d34c801c699 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Dec 2008 15:15:09 +0000 Subject: rename GMOD to GREM --- cgcalc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cgcalc.c') 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 -- cgit v1.2.3