summaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-24 17:46:48 +0000
committerDan Gohman <gohman@apple.com>2008-06-24 17:46:48 +0000
commit4f37660fa1c1c8daf967613d9dda186b73ba62a3 (patch)
tree14e0e844dc454f41991ce5ac6be37394a3d54623 /include/llvm/PassSupport.h
parent58a4c5e8e3b12bc4dd4659bda48f2f3188067eea (diff)
downloadllvm-4f37660fa1c1c8daf967613d9dda186b73ba62a3.tar.gz
llvm-4f37660fa1c1c8daf967613d9dda186b73ba62a3.tar.bz2
llvm-4f37660fa1c1c8daf967613d9dda186b73ba62a3.tar.xz
Correct a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h2
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