mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 19:38:22 +00:00
Fix typo in comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e2b1db4d2
commit
dfac1e6730
@ -155,7 +155,7 @@ TEST(ScaledNumberHelpersTest, getQuotient) {
|
||||
EXPECT_EQ(SP32(0xaaaaaaab, -33), getQuotient32(1, 3));
|
||||
EXPECT_EQ(SP32(0xd5555555, -31), getQuotient32(5, 3));
|
||||
|
||||
// 64-bit division is hard to test, since divide64 doesn't canonicalized its
|
||||
// 64-bit division is hard to test, since divide64 doesn't canonicalize its
|
||||
// output. However, this is the algorithm the implementation uses:
|
||||
//
|
||||
// - Shift divisor right.
|
||||
|
Loading…
x
Reference in New Issue
Block a user