]> granicus.if.org Git - clang/commitdiff
Removed extra line in comment.
authorJim Goodnow II <jim@thegoodnows.net>
Wed, 12 Oct 2011 09:55:01 +0000 (09:55 +0000)
committerJim Goodnow II <jim@thegoodnows.net>
Wed, 12 Oct 2011 09:55:01 +0000 (09:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141773 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGClass.cpp

index a5e5bb284be2744617e538f2fc055148de92265d..c28ecc05ded67e9da0d10fbe0b4df63e0edd7a13 100644 (file)
@@ -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