diff options
author | John McCall <rjmccall@apple.com> | 2010-03-30 23:58:36 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-03-30 23:58:36 +0000 |
commit | bd63e02a0deb0fdaec708c7a4b4c7073937fd67d (patch) | |
tree | 5fcb5c158fb9468e73efe98d5e7c3ec259715169 /lib/Sema/SemaExpr.cpp | |
parent | 23cba801e11b03929c44f8cf54578305963a3476 (diff) |
Remove silly temporary comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaExpr.cpp')
-rw-r--r-- | lib/Sema/SemaExpr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 0980710b3d..1c698da053 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -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; |