Add doc-comments to SIL Function and SILModule.

re: r3322

Swift SVN r3330
This commit is contained in:
Joe Groff
2012-12-03 17:16:32 +00:00
parent 79c7e825f7
commit fdb8982f35
3 changed files with 9 additions and 6 deletions

View File

@@ -30,10 +30,10 @@ namespace swift {
class SILGenModule;
}
/// SILModule - A SIL translation unit. The module object owns all of the SIL
/// Function and other top-level objects generated when a translation unit is
/// lowered to SIL.
class SILModule : public SILBase {
public:
typedef llvm::iplist<BasicBlock> BlockListType;
private:
friend class BasicBlock;
friend class Function;