diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-27 16:27:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-27 16:27:32 +0000 |
commit | 33ae7a453bcb32c4ed4e8202743a4b6c875cbe73 (patch) | |
tree | 6715c4cf040e35b1ab510d0719d8c5c6f47641b5 /include | |
parent | 20886cf91c8b9e39c78befb6ede84f524d3aba16 (diff) | |
download | external_llvm-33ae7a453bcb32c4ed4e8202743a4b6c875cbe73.zip external_llvm-33ae7a453bcb32c4ed4e8202743a4b6c875cbe73.tar.gz external_llvm-33ae7a453bcb32c4ed4e8202743a4b6c875cbe73.tar.bz2 |
inline a method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/ELFTargetAsmInfo.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/llvm/Target/ELFTargetAsmInfo.h b/include/llvm/Target/ELFTargetAsmInfo.h index 8d25d5b..1f7a21e 100644 --- a/include/llvm/Target/ELFTargetAsmInfo.h +++ b/include/llvm/Target/ELFTargetAsmInfo.h @@ -19,10 +19,8 @@ namespace llvm { class GlobalValue; - class GlobalVariable; - class Type; - struct ELFTargetAsmInfo: public TargetAsmInfo { + struct ELFTargetAsmInfo : public TargetAsmInfo { ELFTargetAsmInfo(const TargetMachine &TM); /// getSectionForMergeableConstant - Given a mergeable constant with the @@ -49,9 +47,6 @@ namespace llvm { const Section *MergeableConst4Section; const Section *MergeableConst8Section; const Section *MergeableConst16Section; - - private: - const Section *MergeableStringSection(const GlobalVariable *GV) const; }; } |