diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-27 19:38:38 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-27 19:38:38 +0000 |
commit | ef4c04e4ac5e34bf75fc3a1444c1099fc2a253b8 (patch) | |
tree | 79aaae973da8f20d6d5b63a246e012b43727ebff /lib/CodeGen | |
parent | 2be60acc1ae1d1556e865a865d6452e4f9cca7f3 (diff) | |
download | external_llvm-ef4c04e4ac5e34bf75fc3a1444c1099fc2a253b8.zip external_llvm-ef4c04e4ac5e34bf75fc3a1444c1099fc2a253b8.tar.gz external_llvm-ef4c04e4ac5e34bf75fc3a1444c1099fc2a253b8.tar.bz2 |
fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/ELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ELF.h b/lib/CodeGen/ELF.h index 48e0946..d21b90e 100644 --- a/lib/CodeGen/ELF.h +++ b/lib/CodeGen/ELF.h @@ -125,7 +125,7 @@ namespace llvm { return Sym; } - // getSectionSym - Returns a elf symbol to represent an elf section + // getFileSym - Returns a elf symbol to represent the module identifier static ELFSym *getFileSym() { ELFSym *Sym = new ELFSym(); Sym->setBind(STB_LOCAL); |