summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2004-04-23 14:20:33 +0000
committerJohn van Groningen2004-04-23 14:20:33 +0000
commit07f581b742ee623014947b9c9ced8eb26c59603d (patch)
tree6f064e8fc905fbeb231c115cf1ceef24f0fd43bf /cgconst.h
parentport to gcc on Mac OS X (diff)
implement umulIIL instruction on the PowerPC
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h2
1 files changed, 1 insertions, 1 deletions
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
};