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 55ef9a1 commit 88a0f13Copy full SHA for 88a0f13
llvm/include/llvm/Passes/PassBuilder.h
@@ -432,7 +432,7 @@ class PassBuilder {
432
/// {{@ Parse a textual pass pipeline description into a specific PassManager
433
///
434
/// Automatic deduction of an appropriate pass manager stack is not supported.
435
- /// For example, to insert a loop pass 'lpass' into a FunctinoPassManager,
+ /// For example, to insert a loop pass 'lpass' into a FunctionPassManager,
436
/// this is the valid pipeline text:
437
438
/// function(lpass)
0 commit comments