aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-01 22:40:22 +0000
committerChris Lattner <sabre@nondot.org>2009-08-01 22:40:22 +0000
commitb80610cd13e7accf6db0924c75d0914bf566922b (patch)
tree09441fad5cec3fab75250582406fe7834573fe72 /lib/Target/Mips
parentc19ee610f6ca1ff90b8298160c78283acb9cbaa1 (diff)
downloadexternal_llvm-b80610cd13e7accf6db0924c75d0914bf566922b.zip
external_llvm-b80610cd13e7accf6db0924c75d0914bf566922b.tar.gz
external_llvm-b80610cd13e7accf6db0924c75d0914bf566922b.tar.bz2
REmove dead fields of TAI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/MipsTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsTargetAsmInfo.cpp b/lib/Target/Mips/MipsTargetAsmInfo.cpp
index 1fa02f2..bef01c8 100644
--- a/lib/Target/Mips/MipsTargetAsmInfo.cpp
+++ b/lib/Target/Mips/MipsTargetAsmInfo.cpp
@@ -27,8 +27,6 @@ MipsTargetAsmInfo::MipsTargetAsmInfo(const MipsTargetMachine &TM)
JumpTableDataSection = "\t.rdata";
CommentString = "#";
ZeroDirective = "\t.space\t";
- BSSSection = "\t.section\t.bss";
- CStringSection = ".rodata.str";
if (!TM.getSubtarget<MipsSubtarget>().hasABICall())
JumpTableDirective = "\t.word\t";