File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
lib/SILOptimizer/Transforms Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
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
+ // /
15
18
// ===----------------------------------------------------------------------===//
16
19
17
20
#define DEBUG_TYPE " sink-instructions"
You can’t perform that action at this time.
0 commit comments