Fix design doc typo (#82)

This commit is contained in:
Jeffrey Crocker
2022-09-20 17:04:56 -04:00
committed by GitHub
parent 520cafa129
commit 3db1b7199b

View File

@@ -374,7 +374,7 @@ the Operand word (directly copied, so there is no need to dereference
it); the ProgPoint at which the use occurs; the operand slot on that
instruction, if any, that the operand comes from, and the use's
'weight". (It's possible to have "ghost uses" that do not derive from
any slot on the isntruction.) These four parts are packed into three
any slot on the instruction.) These four parts are packed into three
`u32`s: the slot can fit in 8 bits, and the weight in 16.
The live-range carries its program-point range, uses, vreg index,