summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-11-09 21:56:44 +0000
committerTed Kremenek <kremenek@apple.com>2009-11-09 21:56:44 +0000
commitdd51f7cca2990e66f819fadef8e887ede0e898e0 (patch)
tree778c91179efc1fb9b59f0f053c65111bd0059324
parent787997f77e00ce2aaa2876578dea88789f704a2e (diff)
downloadbcm5719-llvm-dd51f7cca2990e66f819fadef8e887ede0e898e0.tar.gz
bcm5719-llvm-dd51f7cca2990e66f819fadef8e887ede0e898e0.zip
Remove stale FIXME.
llvm-svn: 86595
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 41c5da9ee19..7dbb0851537 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -1221,9 +1221,6 @@ void GRExprEngine::EvalLoad(ExplodedNodeSet& Dst, Expr* Ex, ExplodedNode* Pred,
// Proceed with the load.
ProgramPoint::Kind K = ProgramPoint::PostLoadKind;
- // FIXME: Currently symbolic analysis "generates" new symbols
- // for the contents of values. We need a better approach.
-
if (location.isUnknown()) {
// This is important. We must nuke the old binding.
MakeNode(Dst, Ex, Pred, state->BindExpr(Ex, UnknownVal()),
OpenPOWER on IntegriCloud