aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-14 18:27:04 +0000
committerDan Gohman <gohman@apple.com>2008-03-14 18:27:04 +0000
commitb973d5f9b59f75854493bc37a9eb0f3032be0864 (patch)
tree6e585457bb3c91974b82d033a547c97f2add726d /include
parentd7a3541a059d8b2b17b67ea4e8d2bfaada6d4bdb (diff)
downloadexternal_llvm-b973d5f9b59f75854493bc37a9eb0f3032be0864.zip
external_llvm-b973d5f9b59f75854493bc37a9eb0f3032be0864.tar.gz
external_llvm-b973d5f9b59f75854493bc37a9eb0f3032be0864.tar.bz2
Update comments; getPassName no longer uses RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Pass.h4
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;