1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:44:50 -07:00

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 <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Jorropo 2024-08-09 15:22:28 +02:00 committed by Keith Randall
parent f49fe2955d
commit 9a4fe7e14a

View File

@ -1788,7 +1788,6 @@ func (ft *factsTable) flowLimit(v *Value) bool {
} }
return ft.newLimit(v, l) return ft.newLimit(v, l)
} }
// TODO: mul/lsh, rsh, div/mod, and/or/xor
return false return false
} }