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 | 17abe2a620a87cebd1023797ba3418c54e592fb3 (patch) | |
| tree | 1c65c9851aea64970f2d69deed0c208c33ee5e50 | |
| parent | 5564ba743fa0af497349b719f54ad68252869a6c (diff) | |
| download | bcm5719-llvm-17abe2a620a87cebd1023797ba3418c54e592fb3.tar.gz bcm5719-llvm-17abe2a620a87cebd1023797ba3418c54e592fb3.zip | |
Remove now fixed FIXME.
llvm-svn: 82584
| -rw-r--r-- | clang/lib/CodeGen/CGExprScalar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprScalar.cpp b/clang/lib/CodeGen/CGExprScalar.cpp index 1e923a90478..b9569f589b3 100644 --- a/clang/lib/CodeGen/CGExprScalar.cpp +++ b/clang/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)) { |

