diff options
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 |