summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-26 20:21:46 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-26 20:21:46 +0000
commit0bbdc55333948ae65cbcd0ef8144820c92d012a2 (patch)
tree3317e0f7c818c1d76b964e395270be85d59c2e77 /llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
parent32b5f41f15ebb9e3ddeef82f90d1e08f956a8dc7 (diff)
downloadbcm5719-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.cpp2
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);
OpenPOWER on IntegriCloud