no need to override the default with the default.

llvm-svn: 77826
This commit is contained in:
Chris Lattner 2009-08-01 23:05:25 +00:00
parent 5038edb3ee
commit b1a3309a18
1 changed files with 0 additions and 1 deletions

View File

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