Fix -Wdocumentation warning. NFC.

Remove non-existant DataLayoutCallback param comment.
This commit is contained in:
Simon Pilgrim 2020-05-16 13:28:59 +01:00
parent 42a9ca0245
commit be6847b17d
1 changed files with 0 additions and 1 deletions

View File

@ -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,