aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
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
commit25f3b84f767dfecf6a006ea41e78e3145218df2b (patch)
tree09441fad5cec3fab75250582406fe7834573fe72 /lib/Target/Sparc
parent34e4cde9db656a9a24bf52cf0182272944923659 (diff)
downloadexternal_llvm-25f3b84f767dfecf6a006ea41e78e3145218df2b.zip
external_llvm-25f3b84f767dfecf6a006ea41e78e3145218df2b.tar.gz
external_llvm-25f3b84f767dfecf6a006ea41e78e3145218df2b.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/Sparc')
-rw-r--r--lib/Target/Sparc/SparcTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcTargetAsmInfo.cpp b/lib/Target/Sparc/SparcTargetAsmInfo.cpp
index 169eda7..0ceaf11 100644
--- a/lib/Target/Sparc/SparcTargetAsmInfo.cpp
+++ b/lib/Target/Sparc/SparcTargetAsmInfo.cpp
@@ -22,9 +22,7 @@ SparcELFTargetAsmInfo::SparcELFTargetAsmInfo(const TargetMachine &TM)
Data64bitsDirective = 0; // .xword is only supported by V9.
ZeroDirective = "\t.skip\t";
CommentString = "!";
- ConstantPoolSection = "\t.section \".rodata\",#alloc\n";
COMMDirectiveTakesAlignment = true;
- CStringSection=".rodata.str";
}