Skip to content

Commit b0dcb95

Browse files
Jorropogopherbot
authored andcommitted
cmd/compile: leave the horses alone
I don't know why we were eliminating horses, this not cool. Change-Id: I0d4b5a1b2f584e071de0a85ef88f9baf9183e12e Reviewed-on: https://go-review.googlesource.com/c/go/+/712820 Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Jorropo <jorropo.pgm@gmail.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com>
1 parent 9a5a120 commit b0dcb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ var passOrder = [...]constraint{
585585
{"memcombine", "lower"},
586586
// late opt transform some CondSelects into math.
587587
{"branchelim", "late opt"},
588-
// ranchelim is an arch-independent pass.
588+
// branchelim is an arch-independent pass.
589589
{"branchelim", "lower"},
590590
}
591591

0 commit comments

Comments
 (0)