We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a5e04 commit a7eb7b1Copy full SHA for a7eb7b1
lib/SILOptimizer/Transforms/SimplifyCFG.cpp
@@ -2309,8 +2309,8 @@ class ArgumentSplitter {
2309
/// The argument we are splitting.
2310
SILArgument *Arg;
2311
2312
- /// The worklist of arguments that we still ned to visit. We simplify each
2313
- /// argument recursively one step at a time.
+ /// The worklist of arguments that we still need to visit. We
+ /// simplify each argument recursively one step at a time.
2314
std::vector<SILArgument *> &Worklist;
2315
2316
/// The values incoming into Arg.
0 commit comments