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 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; } |