From: Jim Goodnow II Date: Wed, 12 Oct 2011 09:55:01 +0000 (+0000) Subject: Removed extra line in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55acb0d050b303289e552f241a9996df072ca700;p=clang Removed extra line in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141773 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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