diff options
-rw-r--r-- | include/llvm/PassSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index 7121835a7e..c7ae30024e 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -185,7 +185,7 @@ struct RegisterPass : public PassInfo { /// /// If no analysis implementing the interface is available, a default /// implementation is created and added. A pass registers itself as the default -/// implementation by specifying 'true' as the third template argument of this +/// implementation by specifying 'true' as the second template argument of this /// class. /// /// In addition to registering itself as an analysis group member, a pass must |