summaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-13 17:54:21 +0000
committerChris Lattner <sabre@nondot.org>2005-02-13 17:54:21 +0000
commit1117bb0e9911e5f0fbdadafc08189a515be4ede5 (patch)
tree083abf6e5d5cababe79e3440f122a8ae4231ef01 /lib/VMCore/SymbolTable.cpp
parent12945acd4aa40b40b1517bcf785622ab9671893f (diff)
downloadllvm-1117bb0e9911e5f0fbdadafc08189a515be4ede5.tar.gz
llvm-1117bb0e9911e5f0fbdadafc08189a515be4ede5.tar.bz2
llvm-1117bb0e9911e5f0fbdadafc08189a515be4ede5.tar.xz
Nuke blank line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/SymbolTable.cpp')
-rw-r--r--lib/VMCore/SymbolTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp
index e5191be198..71fb1cd43f 100644
--- a/lib/VMCore/SymbolTable.cpp
+++ b/lib/VMCore/SymbolTable.cpp
@@ -414,7 +414,6 @@ void SymbolTable::refineAbstractType(const DerivedType *OldType,
}
} else {
insertEntry(V.first, NewType, V.second);
-
}
// Remove the item from the old type plane
OldPlane.erase(OldPlane.begin());