diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-07-24 03:16:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-07-24 03:16:53 +0000 |
| commit | ad733cd851efbb17cf3a4a70ec49acfc0f1c68fe (patch) | |
| tree | 60940f973c47bcf3bb16bd5a17b4897baf3c433e /lib/Target/TargetAsmInfo.cpp | |
| parent | d94061f1239cf6c9f8a841f8b208158be134a814 (diff) | |
remove more bits of small section support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index c628a4f84e..89c80091ec 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -33,9 +33,6 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) BSSSection = "\t.bss"; BSSSection_ = 0; ReadOnlySection = 0; - SmallDataSection = 0; - SmallBSSSection = 0; - SmallRODataSection = 0; TLSDataSection = 0; TLSBSSSection = 0; ZeroFillDirective = 0; |
