[llvm-commits] [llvm] r77826 - /llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
Chris Lattner
sabre at nondot.org
Sat Aug 1 16:05:25 PDT 2009
Author: lattner
Date: Sat Aug 1 18:05:25 2009
New Revision: 77826
URL: http://llvm.org/viewvc/llvm-project?rev=77826&view=rev
Log:
no need to override the default with the default.
Modified:
llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
Modified: llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp?rev=77826&r1=77825&r2=77826&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/Alpha/AlphaTargetAsmInfo.cpp Sat Aug 1 18:05:25 2009
@@ -21,6 +21,5 @@
AlignmentIsInBytes = false;
PrivateGlobalPrefix = "$";
JumpTableDirective = ".gprel32";
- JumpTableDataSection = "\t.section .rodata\n";
WeakRefDirective = "\t.weak\t";
}
More information about the llvm-commits
mailing list