File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/cmd/compile/internal/ssa Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func (r relation) String() string {
58
58
}
59
59
60
60
// domain represents the domain of a variable pair in which a set
61
- // of relations is known. For example, relations learned for unsigned
61
+ // of relations is known. For example, relations learned for unsigned
62
62
// pairs cannot be transferred to signed pairs because the same bit
63
63
// representation can mean something else.
64
64
type domain uint
@@ -625,7 +625,7 @@ var (
625
625
// For example:
626
626
// OpLess8: {signed, lt},
627
627
// v1 = (OpLess8 v2 v3).
628
- // If v1 branch is taken than we learn that the rangeMaks
628
+ // If v1 branch is taken then we learn that the rangeMask
629
629
// can be at most lt.
630
630
domainRelationTable = map [Op ]struct {
631
631
d domain
You can’t perform that action at this time.
0 commit comments