Bug 1019310 - Remove comment about x86 in ARM-specific code. r=shu

This commit is contained in:
Vincent St-Amour 2014-06-06 15:43:00 -04:00
parent 5a13176a94
commit 91f6ddde22

View File

@ -431,8 +431,6 @@ class LUMod : public LBinaryMath<0>
} }
}; };
// This class performs a simple x86 'div', yielding either a quotient or remainder depending on
// whether this instruction is defined to output eax (quotient) or edx (remainder).
class LSoftUDivOrMod : public LBinaryMath<3> class LSoftUDivOrMod : public LBinaryMath<3>
{ {
public: public: