Author: rjmccall
Date: Tue Mar 30 18:58:36 2010
New Revision: 99964

URL: http://llvm.org/viewvc/llvm-project?rev=99964&view=rev
Log:
Remove silly temporary comment.


Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=99964&r1=99963&r2=99964&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Tue Mar 30 18:58:36 2010
@@ -1515,8 +1515,6 @@
                                    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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to