summaryrefslogtreecommitdiff
path: root/cglin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cglin.c')
-rw-r--r--cglin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cglin.c b/cglin.c
index 5a6cdf1..605951e 100644
--- a/cglin.c
+++ b/cglin.c
@@ -7600,6 +7600,11 @@ static void linearize_graph (INSTRUCTION_GRAPH graph,ADDRESS *ad_p)
case GTEST_O:
linearize_test_o_operator (graph,ad_p);
return;
+#ifdef G_POWER
+ case GUMULH:
+ linearize_dyadic_commutative_data_operator (IUMULH,graph,ad_p);
+ return;
+#endif
default:
/* printf ("%d %d\n",(int)graph,graph->instruction_code); */
internal_error_in_function ("linearize_graph");