Skip to content

Commit 384e5da

Browse files
committed
go/ssa: keep the ops doc sorted alphabetically
Change-Id: I17cc3ed99eb066fce8d99b14e94c6ae32be36ba8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/349209 Trust: Cuong Manh Le <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Tim King <[email protected]>
1 parent e7de652 commit 384e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ssa/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
// *ChangeType ✔ ✔
6060
// *Const ✔
6161
// *Convert ✔ ✔
62-
// *SliceToArrayPointer ✔ ✔
6362
// *DebugRef ✔
6463
// *Defer ✔
6564
// *Extract ✔ ✔
@@ -91,6 +90,7 @@
9190
// *Select ✔ ✔
9291
// *Send ✔
9392
// *Slice ✔ ✔
93+
// *SliceToArrayPointer ✔ ✔
9494
// *Store ✔
9595
// *Type ✔ (type)
9696
// *TypeAssert ✔ ✔

0 commit comments

Comments
 (0)