diff options
-rw-r--r-- | llvm/include/llvm/Passes/PassBuilder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Passes/PassBuilder.h b/llvm/include/llvm/Passes/PassBuilder.h index 0ea3ae916ae..9c915c61b96 100644 --- a/llvm/include/llvm/Passes/PassBuilder.h +++ b/llvm/include/llvm/Passes/PassBuilder.h @@ -55,7 +55,7 @@ struct PGOOptions { /// This class provides access to building LLVM's passes. /// -/// It's members provide the baseline state available to passes during their +/// Its members provide the baseline state available to passes during their /// construction. The \c PassRegistry.def file specifies how to construct all /// of the built-in passes, and those may reference these members during /// construction. |