Add comment.

llvm-svn: 95755
This commit is contained in:
Zhongxing Xu 2010-02-10 02:02:10 +00:00
parent 7ed514b23e
commit bc1d4ae206
1 changed files with 2 additions and 1 deletions

View File

@ -1066,7 +1066,8 @@ RegionStoreManager::GetLazyBinding(RegionBindings B, const MemRegion *R) {
return std::make_pair(X.first,
MRMgr.getFieldRegionWithSuper(FR, X.second));
}
// The NULL MemRegion indicates an non-existent lazy binding. A NULL Store is
// possible for a valid lazy binding.
return std::make_pair((Store) 0, (const MemRegion *) 0);
}