From: Reid Spencer Date: Thu, 10 Jun 2004 22:03:00 +0000 (+0000) Subject: Remove tabs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c7680a14e76bdd4d2dc71a1eed403982538f8c7;p=oota-llvm.git Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14123 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp b/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp index a3cf9f5413f..9591dce6fb9 100644 --- a/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp +++ b/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp @@ -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 Expanded Bytes", I->second.vbrExpdBytes); print(Out, "VBR Savings", - double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes), - double(I->second.byteSize)); + double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes), + double(I->second.byteSize)); ++I; } } diff --git a/lib/Bytecode/Reader/AnalyzerWrappers.cpp b/lib/Bytecode/Reader/AnalyzerWrappers.cpp index a3cf9f5413f..9591dce6fb9 100644 --- a/lib/Bytecode/Reader/AnalyzerWrappers.cpp +++ b/lib/Bytecode/Reader/AnalyzerWrappers.cpp @@ -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 Expanded Bytes", I->second.vbrExpdBytes); print(Out, "VBR Savings", - double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes), - double(I->second.byteSize)); + double(I->second.vbrExpdBytes)-double(I->second.vbrCompBytes), + double(I->second.byteSize)); ++I; } }