From 99ef53a71b36fec25c90c2da49693085ba84978c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 9 Nov 2009 21:56:44 +0000 Subject: [PATCH] Remove stale FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86595 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/GRExprEngine.cpp | 3 --- 1 file changed, 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()), -- 2.50.1