diff options
author | Mike Stump <mrs@apple.com> | 2009-09-22 22:31:44 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-09-22 22:31:44 +0000 |
commit | 45504e568c6f8fedc4457ed563eab65d8ab7f87d (patch) | |
tree | d8b8d38ca0441256fed1c4ead7469d1d89172639 /lib | |
parent | f44c58563286bb448a72ed9c9af5f21718633230 (diff) |
Remove now fixed FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/CGExprScalar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<Expr*>(E)); - // FIXME: This should be true, but that leads to a failure in virt.cpp bool NullCheckValue = true; if (isa<CXXThisExpr>(E)) { |