diff options
Diffstat (limited to 'include/llvm/Target/DarwinTargetAsmInfo.h')
-rw-r--r-- | include/llvm/Target/DarwinTargetAsmInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/DarwinTargetAsmInfo.h b/include/llvm/Target/DarwinTargetAsmInfo.h index edce640..a6f48e1 100644 --- a/include/llvm/Target/DarwinTargetAsmInfo.h +++ b/include/llvm/Target/DarwinTargetAsmInfo.h @@ -45,7 +45,6 @@ namespace llvm { getSectionForMergableConstant(uint64_t Size, unsigned ReloInfo) const; private: - const Section* MergeableConstSection(const Type *Ty) const; const Section* MergeableStringSection(const GlobalVariable *GV) const; }; } |