Bug 1385803 - Remove possiblyCalls override from MFromCodePoint and make it cloneable. r=nbp

This commit is contained in:
André Bargull 2017-07-31 03:06:51 -07:00
parent 7cc8a29254
commit df26ec681b

View File

@ -7452,9 +7452,8 @@ class MFromCodePoint
bool congruentTo(const MDefinition* ins) const override {
return congruentIfOperandsEqual(ins);
}
bool possiblyCalls() const override {
return true;
}
ALLOW_CLONE(MFromCodePoint)
};
class MSinCos