From: Ted Kremenek Date: Mon, 9 Nov 2009 21:56:44 +0000 (+0000) Subject: Remove stale FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ef53a71b36fec25c90c2da49693085ba84978c;p=clang Remove stale FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86595 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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()),