From: Chris Lattner Date: Sat, 1 Aug 2009 23:05:25 +0000 (+0000) Subject: no need to override the default with the default. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=566d1c426b9f888f780459068ceafbc4a8a5db89;p=oota-llvm.git 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 --- diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index 64995522422..7f8446e960a 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"; }