[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp

Chris Lattner sabre at nondot.org
Wed Oct 4 20:14:17 PDT 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaTargetAsmInfo.cpp updated: 1.2 -> 1.3
---
Log message:

Don't bother setting JumpTableTextSection, it is about to disappear


---
Diffs of the changes:  (+0 -1)

 AlphaTargetAsmInfo.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
diff -u llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.2 llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.3
--- llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp:1.2	Sun Sep 24 14:46:56 2006
+++ llvm/lib/Target/Alpha/AlphaTargetAsmInfo.cpp	Wed Oct  4 22:13:59 2006
@@ -19,5 +19,4 @@
   AlignmentIsInBytes = false;
   PrivateGlobalPrefix = "$";
   JumpTableDirective = ".gprel32";
-  JumpTableTextSection = "\t.section .rodata\n";
 }






More information about the llvm-commits mailing list