summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-05 03:13:59 +0000
committerChris Lattner <sabre@nondot.org>2006-10-05 03:13:59 +0000
commit8cfd10eff31c7ab295a5d0bf58dff1a88de595b4 (patch)
treed591146c69b311f3be6163834dd7afe5f0b66ee9 /llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
parent66c1625a372fae9102cacb6b8b7091a5b661f314 (diff)
downloadbcm5719-llvm-8cfd10eff31c7ab295a5d0bf58dff1a88de595b4.tar.gz
bcm5719-llvm-8cfd10eff31c7ab295a5d0bf58dff1a88de595b4.zip
Don't bother setting JumpTableTextSection, it is about to disappear
llvm-svn: 30745
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
index ed8f6cbe4aa..f9e4c4e67f2 100644
--- a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
+++ b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
@@ -19,5 +19,4 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
AlignmentIsInBytes = false;
PrivateGlobalPrefix = "$";
JumpTableDirective = ".gprel32";
- JumpTableTextSection = "\t.section .rodata\n";
}
OpenPOWER on IntegriCloud