Skip to content

Commit 0777578

Browse files
committed
LoopUnroll comment
1 parent 3aebfa9 commit 0777578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ using llvm::MapVector;
3333
namespace {
3434

3535
/// Clone the basic blocks in a loop.
36+
///
37+
/// Currently invalidates the DomTree.
3638
class LoopCloner : public SILCloner<LoopCloner> {
3739
SILLoop *Loop;
3840

0 commit comments

Comments
 (0)