Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.16 -> 1.17
---
Log message:

Landing pad-less eh for PPC.

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

 TargetAsmInfo.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.16 
llvm/lib/Target/TargetAsmInfo.cpp:1.17
--- llvm/lib/Target/TargetAsmInfo.cpp:1.16      Wed Jan 17 19:12:56 2007
+++ llvm/lib/Target/TargetAsmInfo.cpp   Mon Jan 29 12:51:14 2007
@@ -59,6 +59,7 @@
   FourByteConstantSection(0),
   EightByteConstantSection(0),
   SixteenByteConstantSection(0),
+  GlobalDirective(0),
   SetDirective(0),
   LCOMMDirective(0),
   COMMDirective("\t.comm\t"),
@@ -70,6 +71,7 @@
   HasLEB128(false),
   HasDotLoc(false),
   HasDotFile(false),
+  SupportsExceptionHandling(false),
   DwarfRequiresFrameSection(true),
   DwarfAbbrevSection(".debug_abbrev"),
   DwarfInfoSection(".debug_info"),



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

Reply via email to