diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-03 18:22:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-03 18:22:42 +0000 |
commit | a004d7b4de6421de04481229540e5397d25e05ab (patch) | |
tree | 80a1db4e72aaefe86e2c512f7bac67993fae7cfb /include/llvm/Target/DarwinTargetAsmInfo.h | |
parent | 296ab52c553487870d61008f65fd46c3bfd3ff69 (diff) | |
download | external_llvm-a004d7b4de6421de04481229540e5397d25e05ab.zip external_llvm-a004d7b4de6421de04481229540e5397d25e05ab.tar.gz external_llvm-a004d7b4de6421de04481229540e5397d25e05ab.tar.bz2 |
Refactor various TargetAsmInfo subclasses' TargetMachine members away
adding a TargetMachine member to the base TargetAsmInfo class instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/DarwinTargetAsmInfo.h')
-rw-r--r-- | include/llvm/Target/DarwinTargetAsmInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Target/DarwinTargetAsmInfo.h b/include/llvm/Target/DarwinTargetAsmInfo.h index a99e16d..5813ce3 100644 --- a/include/llvm/Target/DarwinTargetAsmInfo.h +++ b/include/llvm/Target/DarwinTargetAsmInfo.h @@ -44,8 +44,6 @@ namespace llvm { const Section* MergeableConstSection(const Type *Ty) const; const Section* MergeableStringSection(const GlobalVariable *GV) const; const Section* SelectSectionForMachineConst(const Type *Ty) const; - protected: - const TargetMachine* DTM; }; } |