Changes in directory llvm/lib/Target/PowerPC:
PPCAsmPrinter.cpp updated: 1.142 -> 1.143 --- Log message: Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. Global Variable information is now pulled from "llvm.dbg.globals" --- Diffs of the changes: (+1 -1) PPCAsmPrinter.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp diff -u llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1.142 llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1.143 --- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1.142 Mon Jan 23 18:49:18 2006 +++ llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp Thu Jan 26 14:21:46 2006 @@ -431,7 +431,7 @@ /// method to print assembly for each instruction. /// bool DarwinAsmPrinter::runOnMachineFunction(MachineFunction &MF) { - // FIXME - is this the earliest this can be set. + // FIXME - is this the earliest this can be set? DW.SetDebugInfo(&getAnalysis<MachineDebugInfo>()); SetupMachineFunction(MF); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits