Skip to content

Commit 9e551dd

Browse files
committed
Doxygenify file level comment.
1 parent 3d8433b commit 9e551dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/SILOptimizer/Transforms/Sink.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12-
// Many SIL instructions that don't have side effects at the SIL level are
13-
// lowered to a sequence of LLVM instructions that does have side effects that
14-
// LLVM can't sink. This pass sinks instructions close to their users.
12+
///
13+
/// \file
14+
/// Many SIL instructions that don't have side effects at the SIL level are
15+
/// lowered to a sequence of LLVM instructions that does have side effects that
16+
/// LLVM can't sink. This pass sinks instructions close to their users.
17+
///
1518
//===----------------------------------------------------------------------===//
1619

1720
#define DEBUG_TYPE "sink-instructions"

0 commit comments

Comments
 (0)