diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-07 21:58:55 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-07 21:58:55 +0000 |
commit | 4d0c1a04bca539e1c6dd5541c25880e7fe7b69c3 (patch) | |
tree | b42b6da140b299398e5ac481d95e60c2a6132cd9 /lib/CodeGen | |
parent | 448d27cd795dc273249f123444509403f4fa4fac (diff) | |
download | external_llvm-4d0c1a04bca539e1c6dd5541c25880e7fe7b69c3.zip external_llvm-4d0c1a04bca539e1c6dd5541c25880e7fe7b69c3.tar.gz external_llvm-4d0c1a04bca539e1c6dd5541c25880e7fe7b69c3.tar.bz2 |
Accidently reran commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/MachineDebugInfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp index bdbdd14..a48ec4f 100644 --- a/lib/CodeGen/MachineDebugInfo.cpp +++ b/lib/CodeGen/MachineDebugInfo.cpp @@ -1629,6 +1629,9 @@ 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; |