aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-22 22:31:44 +0000
committerMike Stump <mrs@apple.com>2009-09-22 22:31:44 +0000
commit45504e568c6f8fedc4457ed563eab65d8ab7f87d (patch)
treed8b8d38ca0441256fed1c4ead7469d1d89172639 /lib
parentf44c58563286bb448a72ed9c9af5f21718633230 (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.cpp1
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)) {