diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-05 03:13:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-05 03:13:59 +0000 |
commit | 8cfd10eff31c7ab295a5d0bf58dff1a88de595b4 (patch) | |
tree | d591146c69b311f3be6163834dd7afe5f0b66ee9 /llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp | |
parent | 66c1625a372fae9102cacb6b8b7091a5b661f314 (diff) | |
download | bcm5719-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.cpp | 1 |
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"; } |