summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-03-04 09:05:58 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-03-04 09:05:58 +0000
commit6f84d46f3329658b14bb1ca75276cd8975410c8d (patch)
tree909afd5ce02cd368e8db9930d75b0d4fab7120d5 /clang
parent5cb8d9d40f15058e96e9327dc15b0962b1cfe060 (diff)
downloadbcm5719-llvm-6f84d46f3329658b14bb1ca75276cd8975410c8d.tar.gz
bcm5719-llvm-6f84d46f3329658b14bb1ca75276cd8975410c8d.zip
The FIXME is fixed.
llvm-svn: 97725
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Checker/PathSensitive/GRState.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/Checker/PathSensitive/GRState.h b/clang/include/clang/Checker/PathSensitive/GRState.h
index bc2fae57cfd..7e2720ba48d 100644
--- a/clang/include/clang/Checker/PathSensitive/GRState.h
+++ b/clang/include/clang/Checker/PathSensitive/GRState.h
@@ -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);
OpenPOWER on IntegriCloud