]> granicus.if.org Git - clang/commitdiff
Remove now fixed FIXME.
authorMike Stump <mrs@apple.com>
Tue, 22 Sep 2009 22:31:44 +0000 (22:31 +0000)
committerMike Stump <mrs@apple.com>
Tue, 22 Sep 2009 22:31:44 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82584 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExprScalar.cpp

index 1e923a90478a0aac34a76559b5bfec09169cdb81..b9569f589b319f7246fd72ea03e4c55f9b11eb4c 100644 (file)
@@ -683,7 +683,6 @@ Value *ScalarExprEmitter::EmitCastExpr(const CastExpr *CE) {
     
     Value *Src = Visit(const_cast<Expr*>(E));
 
-    // FIXME: This should be true, but that leads to a failure in virt.cpp
     bool NullCheckValue = true;
     
     if (isa<CXXThisExpr>(E)) {