mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Clean up whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -602,7 +602,7 @@ TEST(APIntTest, arrayAccess) {
|
||||
// Single word check.
|
||||
uint64_t E1 = 0x2CA7F46BF6569915ULL;
|
||||
APInt A1(64, E1);
|
||||
for (unsigned i = 0, e = 64; i < e; ++i) {
|
||||
for (unsigned i = 0, e = 64; i < e; ++i) {
|
||||
EXPECT_EQ(bool(E1 & (1ULL << i)),
|
||||
A1[i]);
|
||||
}
|
||||
@@ -632,7 +632,7 @@ TEST(APIntTest, LargeAPIntConstruction) {
|
||||
}
|
||||
|
||||
TEST(APIntTest, nearestLogBase2) {
|
||||
// Single word check.
|
||||
// Single word check.
|
||||
|
||||
// Test round up.
|
||||
uint64_t I1 = 0x1800001;
|
||||
|
Reference in New Issue
Block a user