We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e82095 commit b80a6b2Copy full SHA for b80a6b2
src/cmd/compile/internal/ssa/deadstore.go
@@ -27,7 +27,6 @@ func dse(f *Func) {
27
// Find all the stores in this block. Categorize their uses:
28
// loadUse contains stores which are used by a subsequent load.
29
// storeUse contains stores which are used by a subsequent store.
30
- // localAddrs contains indexes into b.Values for each unique LocalAddr.
31
loadUse.clear()
32
storeUse.clear()
33
// TODO(deparker): use the 'clear' builtin once compiler bootstrap minimum version is raised to 1.21.
0 commit comments