Changes in directory llvm/lib/Target/PowerPC:

PPCTargetAsmInfo.cpp updated: 1.5 -> 1.6
---
Log message:

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


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

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


Index: llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff -u llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.5 
llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.6
--- llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.5    Wed Oct  4 21:42:20 2006
+++ llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp        Wed Oct  4 22:13:59 2006
@@ -28,7 +28,6 @@
   AlignmentIsInBytes = false;
   ConstantPoolSection = "\t.const\t";
   JumpTableDataSection = ".const";
-  JumpTableTextSection = "\t.text";
   LCOMMDirective = "\t.lcomm\t";
   StaticCtorsSection = ".mod_init_func";
   StaticDtorsSection = ".mod_term_func";



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to