mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cbb22e218e
commit
7c7680a14e
@ -312,8 +312,8 @@ void llvm::PrintBytecodeAnalysis(BytecodeAnalysis& bca, std::ostream& Out )
|
|||||||
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
|
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
|
||||||
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
|
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
|
||||||
print(Out, "VBR Savings",
|
print(Out, "VBR Savings",
|
||||||
double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
|
double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
|
||||||
double(I->second.byteSize));
|
double(I->second.byteSize));
|
||||||
++I;
|
++I;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -312,8 +312,8 @@ void llvm::PrintBytecodeAnalysis(BytecodeAnalysis& bca, std::ostream& Out )
|
|||||||
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
|
print(Out, "Number of VBR Compressed Bytes", I->second.vbrCompBytes);
|
||||||
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
|
print(Out, "Number of VBR Expanded Bytes", I->second.vbrExpdBytes);
|
||||||
print(Out, "VBR Savings",
|
print(Out, "VBR Savings",
|
||||||
double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
|
double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes),
|
||||||
double(I->second.byteSize));
|
double(I->second.byteSize));
|
||||||
++I;
|
++I;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user