diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-11-17 19:35:03 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-11-17 19:35:03 +0000 |
commit | 6950be28511caf355abdf405404b5f37cc136bc5 (patch) | |
tree | ceac4af3e105d9d9ea7fe380078dceaa37b3dde6 /include | |
parent | 9564d643d7b5ec2ea4068d7dadae88f285ae928e (diff) | |
download | external_llvm-6950be28511caf355abdf405404b5f37cc136bc5.zip external_llvm-6950be28511caf355abdf405404b5f37cc136bc5.tar.gz external_llvm-6950be28511caf355abdf405404b5f37cc136bc5.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index e73fda8..91bbc2b 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); |