mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add doc-comments to SIL Function and SILModule.
re: r3322 Swift SVN r3330
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user