[llvm] r359821 - Typo Functino->Function.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 12:49:35 PDT 2019
Author: echristo
Date: Thu May 2 12:49:35 2019
New Revision: 359821
URL: http://llvm.org/viewvc/llvm-project?rev=359821&view=rev
Log:
Typo Functino->Function.
Modified:
llvm/trunk/include/llvm/Passes/PassBuilder.h
Modified: llvm/trunk/include/llvm/Passes/PassBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Passes/PassBuilder.h?rev=359821&r1=359820&r2=359821&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Passes/PassBuilder.h (original)
+++ llvm/trunk/include/llvm/Passes/PassBuilder.h Thu May 2 12:49:35 2019
@@ -432,7 +432,7 @@ public:
/// {{@ Parse a textual pass pipeline description into a specific PassManager
///
/// Automatic deduction of an appropriate pass manager stack is not supported.
- /// For example, to insert a loop pass 'lpass' into a FunctinoPassManager,
+ /// For example, to insert a loop pass 'lpass' into a FunctionPassManager,
/// this is the valid pipeline text:
///
/// function(lpass)
More information about the llvm-commits
mailing list