diff options
author | Jim Goodnow II <jim@thegoodnows.net> | 2011-10-12 09:55:01 +0000 |
---|---|---|
committer | Jim Goodnow II <jim@thegoodnows.net> | 2011-10-12 09:55:01 +0000 |
commit | 55acb0d050b303289e552f241a9996df072ca700 (patch) | |
tree | 3dbbb8e9471c7f4d7376597d1ba1c918e7d86769 /lib/CodeGen/CGClass.cpp | |
parent | 7e1812fa60d1387a459992b2a46df1a6b91d993a (diff) |
Removed extra line in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGClass.cpp')
-rw-r--r-- | lib/CodeGen/CGClass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGClass.cpp b/lib/CodeGen/CGClass.cpp index a5e5bb284b..c28ecc05de 100644 --- a/lib/CodeGen/CGClass.cpp +++ b/lib/CodeGen/CGClass.cpp @@ -1622,7 +1622,6 @@ static const Expr *skipNoOpCastsAndParens(const Expr *E) { /// canDevirtualizeMemberFunctionCall - Checks whether the given virtual member /// function call on the given expr can be devirtualized. -/// expr can be devirtualized. static bool canDevirtualizeMemberFunctionCall(const Expr *Base, const CXXMethodDecl *MD) { // If the most derived class is marked final, we know that no subclass can |