Add comment to CFGBlock suggested by Jiri Slaby.

llvm-svn: 130387
This commit is contained in:
Ted Kremenek 2011-04-28 06:19:35 +00:00
parent a98cd22d96
commit 4c62882604
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ public:
/// ? operator LHS expression; RHS expression
/// &&, || expression that uses result of && or ||, RHS
///
/// But note that any of that may be NULL in case of optimized-out edges.
///
class CFGBlock {
class ElementList {
typedef BumpVector<CFGElement> ImplTy;