From 07f581b742ee623014947b9c9ced8eb26c59603d Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 23 Apr 2004 14:20:33 +0000 Subject: implement umulIIL instruction on the PowerPC --- cgconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgconst.h') diff --git a/cgconst.h b/cgconst.h index 29d64e6..2553b8c 100644 --- a/cgconst.h +++ b/cgconst.h @@ -15,7 +15,7 @@ enum { GMUL, GMUL_O, GOR, GREGISTER, GSTORE, GSTORE_R, GSTORE_B_X, GSTORE_X, GSUB, GSUB_O, GTEST_O, GEXIT_IF #ifdef G_POWER - ,GCREATE_S + ,GCREATE_S, GUMULH #endif }; -- cgit v1.2.3