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 | 5a793d3762af67dcdb4280f830d50c0385e500fa (patch) | |
tree | d8a24215afc8db8516574a6693d5d5fa86cc2e5e /clang | |
parent | 804dd056b3bc4bf1e822ac272c61e21f63701e8e (diff) | |
download | bcm5719-llvm-5a793d3762af67dcdb4280f830d50c0385e500fa.tar.gz bcm5719-llvm-5a793d3762af67dcdb4280f830d50c0385e500fa.zip |
Removed extra line in comment.
llvm-svn: 141773
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/CodeGen/CGClass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp index a5e5bb284be..c28ecc05ded 100644 --- a/clang/lib/CodeGen/CGClass.cpp +++ b/clang/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 |