diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-01-26 20:21:46 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-01-26 20:21:46 +0000 |
commit | 0bbdc55333948ae65cbcd0ef8144820c92d012a2 (patch) | |
tree | 3317e0f7c818c1d76b964e395270be85d59c2e77 /llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | |
parent | 32b5f41f15ebb9e3ddeef82f90d1e08f956a8dc7 (diff) | |
download | bcm5719-llvm-0bbdc55333948ae65cbcd0ef8144820c92d012a2.tar.gz bcm5719-llvm-0bbdc55333948ae65cbcd0ef8144820c92d012a2.zip |
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Global Variable information is now pulled from "llvm.dbg.globals"
llvm-svn: 25655
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp index 0b7ad95994f..cc74c7d7128 100644 --- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -431,7 +431,7 @@ void PPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) { /// 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); |