diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-01 23:05:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-01 23:05:25 +0000 |
commit | 566d1c426b9f888f780459068ceafbc4a8a5db89 (patch) | |
tree | 709ed8770a3ae6a9602370edd8522ed382c6576d | |
parent | d6c5b36668c65a5ccbcd83054c5a68c478f9cc2a (diff) |
no need to override the default with the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77826 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaTargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index 6499552242..7f8446e960 100644 --- a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp @@ -21,6 +21,5 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; - JumpTableDataSection = "\t.section .rodata\n"; WeakRefDirective = "\t.weak\t"; } |