diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-06-07 21:49:11 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-06-07 21:49:11 +0000 |
commit | 06bfa33eefd6c7b56fc354ab640a9175e82bf890 (patch) | |
tree | 3fb8e23df02ac2b3d088dc240ccadf8ac9f01701 /lib/CodeGen/ELFWriter.cpp | |
parent | 24f14f16fd2992adf7f422251a328d09c88f5a0a (diff) | |
download | external_llvm-06bfa33eefd6c7b56fc354ab640a9175e82bf890.zip external_llvm-06bfa33eefd6c7b56fc354ab640a9175e82bf890.tar.gz external_llvm-06bfa33eefd6c7b56fc354ab640a9175e82bf890.tar.bz2 |
Delete comment and fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.cpp')
-rw-r--r-- | lib/CodeGen/ELFWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/ELFWriter.cpp b/lib/CodeGen/ELFWriter.cpp index 4bc2681..3859ea3 100644 --- a/lib/CodeGen/ELFWriter.cpp +++ b/lib/CodeGen/ELFWriter.cpp @@ -290,7 +290,6 @@ void ELFWriter::EmitSymbolTable() { // Set the zero'th symbol to a null byte, as required. StrTabOut.outbyte(0); - //SymbolTable[0].NameIdx = 0; unsigned Index = 1; for (unsigned i = 1, e = SymbolTable.size(); i != e; ++i) { // Use the name mangler to uniquify the LLVM symbol. |