summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.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/CellSPU/SPUTargetAsmInfo.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/CellSPU/SPUTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp b/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp
index a8660d724d9..2bbf4be8e80 100644
--- a/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp
+++ b/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp
@@ -26,8 +26,6 @@ SPULinuxTargetAsmInfo::SPULinuxTargetAsmInfo(const SPUTargetMachine &TM) :
CommentString = "#";
GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
- // This corresponds to what the gcc SPU compiler emits, for consistency.
- CStringSection = ".rodata.str";
// Has leb128, .loc and .file
HasLEB128 = true;
OpenPOWER on IntegriCloud