The FIXME is fixed.

llvm-svn: 97725
This commit is contained in:
Zhongxing Xu 2010-03-04 09:05:58 +00:00
parent 5cb8d9d40f
commit 6f84d46f33
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ public:
/// Profile - Profile the contents of a GRState object for use
/// in a FoldingSet.
static void Profile(llvm::FoldingSetNodeID& ID, const GRState* V) {
// FIXME: Do we need to include the AnalysisContext in the profile?
V->Env.Profile(ID);
ID.AddPointer(V->St);
V->GDM.Profile(ID);