summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-11-17 19:35:03 +0000
committerManman Ren <manman.ren@gmail.com>2013-11-17 19:35:03 +0000
commit6950be28511caf355abdf405404b5f37cc136bc5 (patch)
treeceac4af3e105d9d9ea7fe380078dceaa37b3dde6 /include
parent9564d643d7b5ec2ea4068d7dadae88f285ae928e (diff)
downloadllvm-6950be28511caf355abdf405404b5f37cc136bc5.tar.gz
llvm-6950be28511caf355abdf405404b5f37cc136bc5.tar.bz2
llvm-6950be28511caf355abdf405404b5f37cc136bc5.tar.xz
Debug Info: fix typo in function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index e73fda8705..91bbc2ba5f 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -777,7 +777,7 @@ public:
private:
/// Initialize TypeIdentifierMap.
- void IntializeTypeMap(const Module &M);
+ void InitializeTypeMap(const Module &M);
/// processType - Process DIType.
void processType(DIType DT);