mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned
Addressing post-commit code review feedback from Dávid Bolvanský - thanks! llvm-svn: 372271
This commit is contained in:
parent
4d43efb06f
commit
0e33554f66
@ -75,7 +75,6 @@ static void removeUninterestingBBsFromSwitch(SwitchInst &SwInst,
|
||||
|
||||
/// 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 extractBasicBlocksFromModule(std::vector<Chunk> ChunksToKeep,
|
||||
Module *Program) {
|
||||
int I = 0, BBCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user