summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2005-01-13 15:17:20 +0000
committerJohn van Groningen2005-01-13 15:17:20 +0000
commit8146556080c7d290814918cffc67e896edefea79 (patch)
tree9c7f05e8d6e2ff514daf5f92247ee7e30a11b0e9 /cgconst.h
parentuse r_to_i_buffer only for PowerPC and not for IA32 (diff)
add divU for the PowerPC
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgconst.h b/cgconst.h
index 60e8c6c..882fcc7 100644
--- a/cgconst.h
+++ b/cgconst.h
@@ -21,8 +21,11 @@ enum {
#ifdef G_POWER
,GCREATE_S, GUMULH
#endif
+#if defined (I486) || defined (G_POWER)
+ ,GDIVU
+#endif
#ifdef I486
- ,GDIVU, GREMU
+ ,GREMU
#endif
};