projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2b1db
)
Fix typo in comment. NFC.
author
Diego Novillo
<dnovillo@google.com>
Thu, 30 Apr 2015 12:27:51 +0000
(12:27 +0000)
committer
Diego Novillo
<dnovillo@google.com>
Thu, 30 Apr 2015 12:27:51 +0000
(12:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236227
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/Support/ScaledNumberTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/Support/ScaledNumberTest.cpp
b/unittests/Support/ScaledNumberTest.cpp
index d8d6e310ff9fc9e747814f9862877fd91f3d7cb7..216292cc2655bd4a5fb18edd045f6e8075073a05 100644
(file)
--- a/
unittests/Support/ScaledNumberTest.cpp
+++ b/
unittests/Support/ScaledNumberTest.cpp
@@
-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 canonicalize
d
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.