summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-11-30 23:48:50 +0000
committerMatthias Braun <matze@braunis.de>2016-11-30 23:48:50 +0000
commitef331eff5aa56a70d5bef2e5cf3202a326d697e9 (patch)
tree05e8c2463af88ed178689df11b5228f9f07ef577 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
parentf23ef437ccf39dd8209960b942b3751547b07af5 (diff)
downloadbcm5719-llvm-ef331eff5aa56a70d5bef2e5cf3202a326d697e9.tar.gz
bcm5719-llvm-ef331eff5aa56a70d5bef2e5cf3202a326d697e9.zip
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
VariableDbgInfo is per function data, so it makes sense to have it with the function instead of the module. This is a necessary step to have machine module passes work properly. Differential Revision: https://reviews.llvm.org/D27186 llvm-svn: 288292
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
index 8c9cbd1d80a..3dd4315e4c2 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -227,7 +227,7 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
void collectVariableInfo(const DISubprogram *SP);
- void collectVariableInfoFromMMITable(DenseSet<InlinedVariable> &Processed);
+ void collectVariableInfoFromMFTable(DenseSet<InlinedVariable> &Processed);
/// Records information about a local variable in the appropriate scope. In
/// particular, locals from inlined code live inside the inlining site.
OpenPOWER on IntegriCloud