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 | b1a3309a186c06aea9b9c3feca56a0f9346c1bab (patch) | |
tree | b42acb25d5d8398f656fe400ba761457483597e3 | |
parent | 5038edb3ee8eacc9b35775d82f6386885f010ade (diff) | |
download | bcm5719-llvm-b1a3309a186c06aea9b9c3feca56a0f9346c1bab.tar.gz bcm5719-llvm-b1a3309a186c06aea9b9c3feca56a0f9346c1bab.zip |
no need to override the default with the default.
llvm-svn: 77826
-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 64995522422..7f8446e960a 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/llvm/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"; } |