]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: remove outdated comment in prove.go
authorJorropo <jorropo.pgm@gmail.com>
Fri, 9 Aug 2024 13:22:28 +0000 (15:22 +0200)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 16:39:03 +0000 (16:39 +0000)
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>
src/cmd/compile/internal/ssa/prove.go

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