diff options
| author | Dawn Perchik <dawn@burble.org> | 2016-09-30 20:38:33 +0000 |
|---|---|---|
| committer | Dawn Perchik <dawn@burble.org> | 2016-09-30 20:38:33 +0000 |
| commit | 9d9474ba3580010225f77c91ad5e0bb8f87f4be5 (patch) | |
| tree | 6ed4e15bf57f20450da05ec31b243e94b7ffd189 /lldb/source/Symbol | |
| parent | fc22cef98ed96ac3aa471b66315ebc54e3421762 (diff) | |
| download | bcm5719-llvm-9d9474ba3580010225f77c91ad5e0bb8f87f4be5.tar.gz bcm5719-llvm-9d9474ba3580010225f77c91ad5e0bb8f87f4be5.zip | |
Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupInfo::LookupInfo.
llvm-svn: 282941
Diffstat (limited to 'lldb/source/Symbol')
| -rw-r--r-- | lldb/source/Symbol/Symtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/Symtab.cpp b/lldb/source/Symbol/Symtab.cpp index 84619744f92..5b16ba569b4 100644 --- a/lldb/source/Symbol/Symtab.cpp +++ b/lldb/source/Symbol/Symtab.cpp @@ -1069,7 +1069,7 @@ size_t Symtab::FindFunctionSymbols(const ConstString &name, const char *name_cstr = name.GetCString(); // eFunctionNameTypeAuto should be pre-resolved by a call to - // Module::PrepareForFunctionNameLookup() + // Module::LookupInfo::LookupInfo() assert((name_type_mask & eFunctionNameTypeAuto) == 0); if (name_type_mask & (eFunctionNameTypeBase | eFunctionNameTypeFull)) { |

