no need to override the default with the default.
authorChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 23:05:25 +0000 (23:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Aug 2009 23:05:25 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77826 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaTargetAsmInfo.cpp

index 649955224223b65b9ad47c50e12e3b4adf86ad0a..7f8446e960a62022bd56777aca3921e89dec3ceb 100644 (file)
@@ -21,6 +21,5 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM)
   AlignmentIsInBytes = false;
   PrivateGlobalPrefix = "$";
   JumpTableDirective = ".gprel32";
-  JumpTableDataSection = "\t.section .rodata\n";
   WeakRefDirective = "\t.weak\t";
 }