Skip to content

Commit b80a6b2

Browse files
committed
remove superfluous comment
1 parent 9e82095 commit b80a6b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/ssa/deadstore.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func dse(f *Func) {
2727
// Find all the stores in this block. Categorize their uses:
2828
// loadUse contains stores which are used by a subsequent load.
2929
// storeUse contains stores which are used by a subsequent store.
30-
// localAddrs contains indexes into b.Values for each unique LocalAddr.
3130
loadUse.clear()
3231
storeUse.clear()
3332
// TODO(deparker): use the 'clear' builtin once compiler bootstrap minimum version is raised to 1.21.

0 commit comments

Comments
 (0)