Get rid of duplicate char*/Section* stuff for TLS sections
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56577 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index e963d71..d85e598 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -35,10 +35,8 @@
SmallDataSection(0),
SmallBSSSection(0),
SmallRODataSection(0),
- TLSDataSection("\t.section .tdata,\"awT\",@progbits"),
- TLSDataSection_(0),
- TLSBSSSection("\t.section .tbss,\"awT\",@nobits"),
- TLSBSSSection_(0),
+ TLSDataSection(0),
+ TLSBSSSection(0),
ZeroFillDirective(0),
NonexecutableStackDirective(0),
NeedsSet(false),