[cfe-commits] r141773 - /cfe/trunk/lib/CodeGen/CGClass.cpp

Jim Goodnow II jim at thegoodnows.net
Wed Oct 12 02:55:01 PDT 2011


Author: jgoodnowii
Date: Wed Oct 12 04:55:01 2011
New Revision: 141773

URL: http://llvm.org/viewvc/llvm-project?rev=141773&view=rev
Log:
Removed extra line in comment.

Modified:
    cfe/trunk/lib/CodeGen/CGClass.cpp

Modified: cfe/trunk/lib/CodeGen/CGClass.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGClass.cpp?rev=141773&r1=141772&r2=141773&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGClass.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGClass.cpp Wed Oct 12 04:55:01 2011
@@ -1622,7 +1622,6 @@
 
 /// 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





More information about the cfe-commits mailing list