Skip to content

Commit 9a4fe7e

Browse files
Jorroporandall77
authored andcommitted
cmd/compile: remove outdated comment in prove.go
See the cases above all of theses are implemented (except XOR which has a blank case with comments). Change-Id: I9e2994490dac89e86ba70c1abeb1af1cbcf032e9 Reviewed-on: https://go-review.googlesource.com/c/go/+/604416 Reviewed-by: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Keith Randall <[email protected]>
1 parent f49fe29 commit 9a4fe7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,6 @@ func (ft *factsTable) flowLimit(v *Value) bool {
17881788
}
17891789
return ft.newLimit(v, l)
17901790
}
1791-
// TODO: mul/lsh, rsh, div/mod, and/or/xor
17921791
return false
17931792
}
17941793

0 commit comments

Comments
 (0)