[llvm-commits] CVS: llvm/lib/CodeGen/MachineDebugInfo.cpp
Jim Laskey
jlaskey at apple.com
Tue Nov 7 13:59:30 PST 2006
Changes in directory llvm/lib/CodeGen:
MachineDebugInfo.cpp updated: 1.57 -> 1.58
---
Log message:
Accidently reran commit.
---
Diffs of the changes: (+3 -0)
MachineDebugInfo.cpp | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/CodeGen/MachineDebugInfo.cpp
diff -u llvm/lib/CodeGen/MachineDebugInfo.cpp:1.57 llvm/lib/CodeGen/MachineDebugInfo.cpp:1.58
--- llvm/lib/CodeGen/MachineDebugInfo.cpp:1.57 Tue Nov 7 15:37:31 2006
+++ llvm/lib/CodeGen/MachineDebugInfo.cpp Tue Nov 7 15:58:55 2006
@@ -1629,6 +1629,9 @@
};
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
+ // FIXME - Missing label mapping.
+ return false;
+
// Get machine debug info.
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
if (!MDI) return false;
More information about the llvm-commits
mailing list