diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-10 18:49:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-10 18:49:46 +0000 |
commit | 4f827446da5cb5b0c18dc0eb234827ad41124159 (patch) | |
tree | 589b414d58ec7cb487db6517c38c50f7e9b1e6b3 /llvm/lib/CodeGen | |
parent | 12b08312952c6ad92129e6e3e72ab6b0f112cbe7 (diff) | |
download | bcm5719-llvm-4f827446da5cb5b0c18dc0eb234827ad41124159.tar.gz bcm5719-llvm-4f827446da5cb5b0c18dc0eb234827ad41124159.zip |
nuke blank line
llvm-svn: 24278
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/ELFWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ELFWriter.cpp b/llvm/lib/CodeGen/ELFWriter.cpp index 82de2e06628..b58fc1ff0a9 100644 --- a/llvm/lib/CodeGen/ELFWriter.cpp +++ b/llvm/lib/CodeGen/ELFWriter.cpp @@ -25,7 +25,6 @@ // #3. ".bss" entry - global variables without initializers. [ if needed ] // ... // #N. ".shstrtab" entry - String table for the section names. - // // NOTE: This code should eventually be extended to support 64-bit ELF (this // won't be hard), but we haven't done so yet! |