return;
case ArithIMul:
- case ArithClz32:
case ArithMin:
case ArithMax:
case ArithPow:
}
return;
+ case ArithClz32:
+ if (node->child1().useKind() == Int32Use || node->child1().useKind() == KnownInt32Use)
+ def(PureValue(node));
+ else {
+ read(World);
+ write(Heap);
+ }
+ return;
+
case BitAnd:
case BitOr:
case BitXor: