Skip to content

Commit 993d7dd

Browse files
committed
[gardening] Fix comment block indentation in 3a92443 where clang-format went a little too far.
1 parent 22fb4ed commit 993d7dd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

include/swift/SILOptimizer/Analysis/AliasAnalysis.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
using swift::RetainObserveKind;
2323

2424
namespace {
25-
/// A key used for the AliasAnalysis cache.
26-
///
27-
/// This struct represents the argument list to the method 'alias'. The two
28-
/// SILValue pointers are mapped to size_t indices because we need an
29-
/// efficient way to invalidate them (the mechanism is described below). The
30-
/// Type arguments are translated to void* because their underlying storage is
31-
/// opaque pointers that never goes away.
25+
26+
/// A key used for the AliasAnalysis cache.
27+
///
28+
/// This struct represents the argument list to the method 'alias'. The two
29+
/// SILValue pointers are mapped to size_t indices because we need an
30+
/// efficient way to invalidate them (the mechanism is described below). The
31+
/// Type arguments are translated to void* because their underlying storage is
32+
/// opaque pointers that never goes away.
3233
struct AliasKeyTy {
3334
// The SILValue pair:
3435
size_t V1, V2;

0 commit comments

Comments
 (0)