[llvm-commits] CVS: llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp

LLVM llvm at cs.uiuc.edu
Thu Jun 10 17:09:02 PDT 2004


Changes in directory llvm/lib/Bytecode/Analyzer:

AnalyzerWrappers.cpp updated: 1.5 -> 1.6

---
Log message:

Remove tabs.


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp
diff -u llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp:1.5 llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp:1.6
--- llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp:1.5	Thu Jun 10 17:00:54 2004
+++ llvm/lib/Bytecode/Analyzer/AnalyzerWrappers.cpp	Thu Jun 10 17:03:00 2004
@@ -312,8 +312,8 @@
       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;
     }
   }





More information about the llvm-commits mailing list