[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

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



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";






More information about the llvm-commits mailing list