diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-09 21:56:44 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-09 21:56:44 +0000 |
commit | 99ef53a71b36fec25c90c2da49693085ba84978c (patch) | |
tree | 4f1962710a2ee844466862355e3b571589acfb5a /lib/Analysis/GRExprEngine.cpp | |
parent | ff4393c1cea81b94ac081bed5c49b8126f12fae8 (diff) |
Remove stale FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86595 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngine.cpp')
-rw-r--r-- | lib/Analysis/GRExprEngine.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp index 41c5da9ee1..7dbb085153 100644 --- a/lib/Analysis/GRExprEngine.cpp +++ b/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()), |