1
0
mirror of https://github.com/golang/go synced 2024-10-06 09:11:21 -06:00

[dev.ssa] cmd/internal/ssa: fix typo

Change-Id: I2209da94f1fd76267847d8d599e17f9d9a296ed3
Reviewed-on: https://go-review.googlesource.com/8320
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Keith Randall 2015-03-31 15:37:25 -07:00
parent 149671dfc3
commit 412944484c

View File

@ -56,7 +56,7 @@ func cse(f *Func) {
} }
// Find an equivalence class where some members of the class have // Find an equivalence class where some members of the class have
// non-equvalent arguments. Split the equivalence class appropriately. // non-equivalent arguments. Split the equivalence class appropriately.
// Repeat until we can't find any more splits. // Repeat until we can't find any more splits.
for { for {
changed := false changed := false