diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:40:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:40:22 +0000 |
commit | b80610cd13e7accf6db0924c75d0914bf566922b (patch) | |
tree | 09441fad5cec3fab75250582406fe7834573fe72 /lib/Target/CellSPU/SPUTargetAsmInfo.cpp | |
parent | c19ee610f6ca1ff90b8298160c78283acb9cbaa1 (diff) |
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/CellSPU/SPUTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/CellSPU/SPUTargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/CellSPU/SPUTargetAsmInfo.cpp b/lib/Target/CellSPU/SPUTargetAsmInfo.cpp index a8660d724d..2bbf4be8e8 100644 --- a/lib/Target/CellSPU/SPUTargetAsmInfo.cpp +++ b/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; |