diff options
author | Devang Patel <dpatel@apple.com> | 2009-11-12 19:02:56 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-11-12 19:02:56 +0000 |
commit | 70d75ca3107ce05bc30ad3511aa669b9fab5eb90 (patch) | |
tree | fd39ffe185c8c8621e4c3dfaa8bf44fcd34fd550 /lib/CodeGen/MachineModuleInfo.cpp | |
parent | 777bdad579081f0d5dfef8e6aeb251c4d3ec762a (diff) |
"Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r-- | lib/CodeGen/MachineModuleInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp index b62803f105..4b067a0aa9 100644 --- a/lib/CodeGen/MachineModuleInfo.cpp +++ b/lib/CodeGen/MachineModuleInfo.cpp @@ -76,9 +76,7 @@ void MachineModuleInfo::EndFunction() { FilterEnds.clear(); CallsEHReturn = 0; CallsUnwindInit = 0; -#ifdef ATTACH_DEBUG_INFO_TO_AN_INSN VariableDbgInfo.clear(); -#endif } /// AnalyzeModule - Scan the module for global debug information. |