summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp
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
commitb2bbb61f33983d82483b19f6c0481da90d38ed7a (patch)
tree1a7a74b8aea8d49975014bec50843a4129f5b25f /llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp
parentb4b1012d2910775bec919f7c8bf5b6f3db39fc51 (diff)
downloadbcm5719-llvm-b2bbb61f33983d82483b19f6c0481da90d38ed7a.tar.gz
bcm5719-llvm-b2bbb61f33983d82483b19f6c0481da90d38ed7a.zip
REmove dead fields of TAI.
llvm-svn: 77820
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp b/llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp
index 169eda71273..0ceaf1142ed 100644
--- a/llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp
+++ b/llvm/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";
}
OpenPOWER on IntegriCloud