Bug 872824 - update incorrect comment DONTBUILD

This commit is contained in:
Jon Coppeard 2013-06-28 12:42:01 +01:00
parent 0ff35b6a7d
commit 8c01a241eb

View File

@ -95,8 +95,8 @@ class LDivI : public LBinaryMath<1>
}
};
// LSoftDivI is a software divide for architectures before ARMv7 that don't
// support a hardware divide instruction.
// LSoftDivI is a software divide for ARM cores that don't support a hardware
// divide instruction.
//
// It is implemented as a proper C function so it trashes r0, r1, r2 and r3. The
// call also trashes lr, and has the ability to trash ip. The function also