Remove silly temporary comment.

llvm-svn: 99964
This commit is contained in:
John McCall 2010-03-30 23:58:36 +00:00
parent d9c7c6568e
commit 539f22474b
1 changed files with 0 additions and 2 deletions

View File

@ -1515,8 +1515,6 @@ Sema::PerformObjectMemberConversion(Expr *&From,
IgnoreAccess))
return true;
// FIXME: isLvalue should be !PointerConversions here, but codegen
// does very silly things.
ImpCastExprToType(From, DestType, CastExpr::CK_UncheckedDerivedToBase,
/*isLvalue=*/ !PointerConversions);
return false;