mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
Fix -Wdocumentation "@returns in a void function" warning. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1325ecb6ce
commit
7eb3b8d9c1
@ -40,7 +40,6 @@ static void replaceFunctionCalls(Function &OldF, Function &NewF,
|
||||
|
||||
/// Removes out-of-chunk arguments from functions, and modifies their calls
|
||||
/// accordingly. It also removes allocations of out-of-chunk arguments.
|
||||
/// @returns the Module stripped of out-of-chunk functions
|
||||
static void extractArgumentsFromModule(std::vector<Chunk> ChunksToKeep,
|
||||
Module *Program) {
|
||||
unsigned I = 0, ArgCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user