summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-12-03 00:12:14 +0000
committerManman Ren <manman.ren@gmail.com>2013-12-03 00:12:14 +0000
commit44de223927a6d32f599574b4d10093ce041c1acd (patch)
tree02cdda27bcc1bab5273ce49f462327a5207edaa6 /include
parentff40d5e6d4de593f325cac261cf58109cca8239f (diff)
downloadllvm-44de223927a6d32f599574b4d10093ce041c1acd.tar.gz
llvm-44de223927a6d32f599574b4d10093ce041c1acd.tar.bz2
llvm-44de223927a6d32f599574b4d10093ce041c1acd.tar.xz
Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFromModule.
Suggested by Eric. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DebugInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 7c4c1123b5..768cf4ea10 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -759,8 +759,8 @@ DITypeIdentifierMap generateDITypeIdentifierMap(const NamedMDNode *CU_Nodes);
/// Return true if module is modified.
bool StripDebugInfo(Module &M);
-/// Return Debug Info Version by checking module flags.
-unsigned getDebugInfoVersionFromModule(const Module &M);
+/// Return Debug Info Metadata Version by checking module flags.
+unsigned getDebugMetadataVersionFromModule(const Module &M);
/// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
/// list debug info MDNodes used by an instruction, DebugInfoFinder uses