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 | ed0c4ecf05e8fed9d76ed649c2dba0a238032a00 (patch) | |
tree | 3845b8fa54e0cdab8702e72c6432a266588dc431 /lib/CodeGen/ELFWriter.cpp | |
parent | 9ddf21276e92cedd9063430af3fbdc8a1bf68169 (diff) |
nuke blank line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24278 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 82de2e0662..b58fc1ff0a 100644 --- a/lib/CodeGen/ELFWriter.cpp +++ b/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! |