summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-12-09 21:07:27 +0000
committerManman Ren <manman.ren@gmail.com>2013-12-09 21:07:27 +0000
commit51fce2c886e4ca33272975cc80bc1cc5abfcdffd (patch)
treeaf37d9870f91c7f08df9c0f515a99684f0e2afc4 /include
parent27457ac42f7a9267ab7e0190424a95fecf0ea201 (diff)
downloadllvm-51fce2c886e4ca33272975cc80bc1cc5abfcdffd.tar.gz
llvm-51fce2c886e4ca33272975cc80bc1cc5abfcdffd.tar.bz2
llvm-51fce2c886e4ca33272975cc80bc1cc5abfcdffd.tar.xz
Merging r196172:
------------------------------------------------------------------------ r196172 | mren | 2013-12-02 16:12:14 -0800 (Mon, 02 Dec 2013) | 4 lines Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFromModule. Suggested by Eric. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@196823 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