diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:18:54 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:18:54 +0000 |
commit | bce7851fd6cdd2997666cb7b210448d52fd6e2eb (patch) | |
tree | a93b066802c9bd52ab22427c21bc677032dc213b /include/llvm/Target/DarwinTargetAsmInfo.h | |
parent | b866b259e562f1eafa7475694a4076372f55eaf2 (diff) | |
download | external_llvm-bce7851fd6cdd2997666cb7b210448d52fd6e2eb.zip external_llvm-bce7851fd6cdd2997666cb7b210448d52fd6e2eb.tar.gz external_llvm-bce7851fd6cdd2997666cb7b210448d52fd6e2eb.tar.bz2 |
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/DarwinTargetAsmInfo.h')
-rw-r--r-- | include/llvm/Target/DarwinTargetAsmInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Target/DarwinTargetAsmInfo.h b/include/llvm/Target/DarwinTargetAsmInfo.h index 4abf4b7..0ca5a70 100644 --- a/include/llvm/Target/DarwinTargetAsmInfo.h +++ b/include/llvm/Target/DarwinTargetAsmInfo.h @@ -29,6 +29,9 @@ namespace llvm { const Section* ConstDataCoalSection; const Section* ConstDataSection; const Section* DataCoalSection; + const Section* FourByteConstantSection; + const Section* EightByteConstantSection; + const Section* SixteenByteConstantSection; explicit DarwinTargetAsmInfo(const TargetMachine &TM); virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const; |