mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Remove some dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31401 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
115bfcb574
commit
e03f09c64f
@ -704,8 +704,7 @@ void PrintBytecodeAnalysis(BytecodeAnalysis& bca, std::ostream& Out )
|
||||
print(Out, "# of VBR Compressed Bytes", I->second.vbrCompBytes);
|
||||
print(Out, "# of VBR Expanded Bytes", I->second.vbrExpdBytes);
|
||||
print(Out, "Bytes Saved With VBR",
|
||||
double(I->second.vbrExpdBytes) - I->second.vbrCompBytes),
|
||||
double(I->second.vbrExpdBytes);
|
||||
double(I->second.vbrExpdBytes) - I->second.vbrCompBytes);
|
||||
}
|
||||
++I;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user