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

LLVM llvm at cs.uiuc.edu
Sun Jul 4 06:47:09 PDT 2004


Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.68 -> 1.69

---
Log message:

Remove Tabs.


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

Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.68 llvm/lib/Bytecode/Writer/Writer.cpp:1.69
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.68	Sun Jul  4 06:45:47 2004
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Sun Jul  4 06:46:15 2004
@@ -165,12 +165,12 @@
     if (!Plane.empty()) {              // Skip empty type planes...
       unsigned ValNo = 0;
       if (isFunction)                  // Don't re-emit module constants
-	ValNo += Table.getModuleLevel(pno);
+        ValNo += Table.getModuleLevel(pno);
       
       if (hasNullValue(pno)) {
-	// Skip zero initializer
-	if (ValNo == 0)
-	  ValNo = 1;
+        // Skip zero initializer
+        if (ValNo == 0)
+          ValNo = 1;
       }
       
       // Write out constants in the plane





More information about the llvm-commits mailing list