[llvm-commits] CVS: llvm/lib/Bytecode/Writer/WriterPrimitives.h

LLVM llvm at cs.uiuc.edu
Sun Jul 11 12:24:01 PDT 2004


Changes in directory llvm/lib/Bytecode/Writer:

WriterPrimitives.h updated: 1.6 -> 1.7

---
Log message:

Remove tabs.


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

Index: llvm/lib/Bytecode/Writer/WriterPrimitives.h
diff -u llvm/lib/Bytecode/Writer/WriterPrimitives.h:1.6 llvm/lib/Bytecode/Writer/WriterPrimitives.h:1.7
--- llvm/lib/Bytecode/Writer/WriterPrimitives.h:1.6	Sun Jul 11 12:22:07 2004
+++ llvm/lib/Bytecode/Writer/WriterPrimitives.h	Sun Jul 11 12:22:51 2004
@@ -120,7 +120,7 @@
 }
 
 static inline void output_float(float& FloatVal, 
-	                        std::deque<unsigned char>& Out) {
+                                std::deque<unsigned char>& Out) {
   /// FIXME: This is a broken implementation! It writes
   /// it in a platform-specific endianess. Need to make
   /// it little endian always.
@@ -128,7 +128,7 @@
 }
 
 static inline void output_double(double& DoubleVal, 
-	                        std::deque<unsigned char>& Out) {
+                                std::deque<unsigned char>& Out) {
   /// FIXME: This is a broken implementation! It writes
   /// it in a platform-specific endianess. Need to make
   /// it little endian always.





More information about the llvm-commits mailing list