forked from OSchip/llvm-project
Fix -Wdocumentation warning. NFC.
Remove non-existant DataLayoutCallback param comment.
This commit is contained in:
parent
42a9ca0245
commit
be6847b17d
|
@ -121,7 +121,6 @@ std::unique_ptr<Module> parseAssembly(
|
|||
/// \param Err Error result info.
|
||||
/// \param Slots The optional slot mapping that will be initialized during
|
||||
/// parsing.
|
||||
/// \param DataLayoutCallback Override datalayout in the llvm assembly.
|
||||
///
|
||||
/// parseAssemblyFileWithIndex is a wrapper around this function.
|
||||
ParsedModuleAndIndex parseAssemblyWithIndex(MemoryBufferRef F,
|
||||
|
|
Loading…
Reference in New Issue