projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8244e4
)
Now can re-enable debug label folding.
author
Jim Laskey
<jlaskey@mac.com>
Wed, 8 Nov 2006 14:17:45 +0000
(14:17 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Wed, 8 Nov 2006 14:17:45 +0000
(14:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31549
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineDebugInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineDebugInfo.cpp
b/lib/CodeGen/MachineDebugInfo.cpp
index a48ec4f62ecf793f0ddbc89314637fa699f7a2d5..bdbdd144fd7d16c67bcf807cbab4e7cf1b42003b 100644
(file)
--- a/
lib/CodeGen/MachineDebugInfo.cpp
+++ b/
lib/CodeGen/MachineDebugInfo.cpp
@@
-1629,9
+1629,6
@@
struct DebugLabelFolder : public MachineFunctionPass {
};
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
- // FIXME - Missing label mapping.
- return false;
-
// Get machine debug info.
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
if (!MDI) return false;