summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit8d54dd37c987d42bff74586b4cbf2004ecdb97df (patch)
treeb8f6177b9fd7c99cf105dda14db8bc01e9f52a95 /llvm/lib
parent08a5eb3cf0aa36e5f784ff07203fb5113494f3fd (diff)
downloadbcm5719-llvm-8d54dd37c987d42bff74586b4cbf2004ecdb97df.tar.gz
bcm5719-llvm-8d54dd37c987d42bff74586b4cbf2004ecdb97df.zip
Nuke blank line.
llvm-svn: 20154
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/SymbolTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/SymbolTable.cpp b/llvm/lib/VMCore/SymbolTable.cpp
index e5191be198b..71fb1cd43ff 100644
--- a/llvm/lib/VMCore/SymbolTable.cpp
+++ b/llvm/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());
OpenPOWER on IntegriCloud