Correct comment.

llvm-svn: 96846
This commit is contained in:
Zhongxing Xu 2010-02-23 01:17:41 +00:00
parent addbb0290c
commit 5586096a5a
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ public:
/// which correspond to "code+data". The distinction is important, because
/// like a closure a block captures the values of externally referenced
/// variables.
/// BlockDataRegion - A region that represents code texts of blocks (closures).
class BlockDataRegion : public SubRegion {
friend class MemRegionManager;
const BlockTextRegion *BC;