[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 13 09:54:33 PST 2005



Changes in directory llvm/lib/VMCore:

SymbolTable.cpp updated: 1.49 -> 1.50
---
Log message:

Nuke blank line.


---
Diffs of the changes:  (+0 -1)

 SymbolTable.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm/lib/VMCore/SymbolTable.cpp:1.49 llvm/lib/VMCore/SymbolTable.cpp:1.50
--- llvm/lib/VMCore/SymbolTable.cpp:1.49	Wed Sep  1 17:55:37 2004
+++ llvm/lib/VMCore/SymbolTable.cpp	Sun Feb 13 11:54:21 2005
@@ -414,7 +414,6 @@
         }
       } else {
         insertEntry(V.first, NewType, V.second);
-
       }
       // Remove the item from the old type plane
       OldPlane.erase(OldPlane.begin());






More information about the llvm-commits mailing list