diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-18 16:10:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-18 16:10:17 +0000 |
commit | 44b38f2e2c8adadc5a861036c4ab5bf289a3fb63 (patch) | |
tree | 46bfd316aafa22356d08c9db981cc6a729b6e668 | |
parent | 8dc2e288aca23799e6039e480c81ac47d80513d7 (diff) |
update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43128 91177308-0d34-0410-b5e6-96231b3b80d8
-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 794b94666e..5a8967b873 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -64,7 +64,7 @@ public: /// const char *getPassArgument() const { return PassArgument; } - /// getTypeInfo - Return the type_info object for the pass... + /// getTypeInfo - Return the id object for the pass... /// TODO : Rename intptr_t getTypeInfo() const { return PassID; } |