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
Родитель b447446157
Коммит 7ac4da8b13
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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>
{
public: