aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-05-08 06:01:38 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-05-08 06:01:38 +0000
commitd1221e377d8e37e41539ed9f36b60b4cd48b6988 (patch)
tree21f62b053e1030102b4d7619977814e439f47700 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent9c57ad2381488b7cde7e3eb459d2ce3e447e93b7 (diff)
downloadexternal_llvm-d1221e377d8e37e41539ed9f36b60b4cd48b6988.zip
external_llvm-d1221e377d8e37e41539ed9f36b60b4cd48b6988.tar.gz
external_llvm-d1221e377d8e37e41539ed9f36b60b4cd48b6988.tar.bz2
Finish renaming constructImportedModuleDIE to constructImportedEntityDIE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 46b4585..b36b763 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -563,11 +563,11 @@ private:
void constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N);
/// \brief Construct import_module DIE.
- void constructImportedModuleDIE(CompileUnit *TheCU, const MDNode *N,
+ void constructImportedEntityDIE(CompileUnit *TheCU, const MDNode *N,
DIE *Context);
/// \brief Construct import_module DIE.
- void constructImportedModuleDIE(CompileUnit *TheCU,
+ void constructImportedEntityDIE(CompileUnit *TheCU,
const DIImportedEntity &Module,
DIE *Context);