From: Mike Stump Date: Tue, 22 Sep 2009 22:31:44 +0000 (+0000) Subject: Remove now fixed FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45504e568c6f8fedc4457ed563eab65d8ab7f87d;p=clang Remove now fixed FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82584 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGExprScalar.cpp b/lib/CodeGen/CGExprScalar.cpp index 1e923a9047..b9569f589b 100644 --- a/lib/CodeGen/CGExprScalar.cpp +++ b/lib/CodeGen/CGExprScalar.cpp @@ -683,7 +683,6 @@ Value *ScalarExprEmitter::EmitCastExpr(const CastExpr *CE) { Value *Src = Visit(const_cast(E)); - // FIXME: This should be true, but that leads to a failure in virt.cpp bool NullCheckValue = true; if (isa(E)) {