no need to override the default with the default.
[oota-llvm.git] / 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";
 }