diff options
Diffstat (limited to 'include/llvm/Pass.h')
| -rw-r--r-- | include/llvm/Pass.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index 8243d2a..5948922 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -88,9 +88,7 @@ public:    /// getPassName - Return a nice clean name for a pass.  This usually    /// implemented in terms of the name that is registered by one of the -  /// Registration templates, but can be overloaded directly, and if nothing -  /// else is available, C++ RTTI will be consulted to get a SOMEWHAT -  /// intelligible name for the pass. +  /// Registration templates, but can be overloaded directly.    ///    virtual const char *getPassName() const; | 
