aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/CBuiltins.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/CBuiltins.ml')
-rw-r--r--powerpc/CBuiltins.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/powerpc/CBuiltins.ml b/powerpc/CBuiltins.ml
index ec3a633b..d244cba0 100644
--- a/powerpc/CBuiltins.ml
+++ b/powerpc/CBuiltins.ml
@@ -29,11 +29,11 @@ let builtins = {
"__builtin_mulhwu",
(TInt(IUInt, []), [TInt(IUInt, []); TInt(IUInt, [])], false);
"__builtin_clz",
- (TInt(IUInt, []), [TInt(IUInt, [])], false);
+ (TInt(IInt, []), [TInt(IUInt, [])], false);
"__builtin_clzl",
- (TInt(IUInt, []), [TInt(IULong, [])], false);
+ (TInt(IInt, []), [TInt(IULong, [])], false);
"__builtin_clzll",
- (TInt(IUInt, []), [TInt(IULongLong, [])], false);
+ (TInt(IInt, []), [TInt(IULongLong, [])], false);
"__builtin_bswap",
(TInt(IUInt, []), [TInt(IUInt, [])], false);
"__builtin_bswap32",