We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520cafa commit 3db1b71Copy full SHA for 3db1b71
1 file changed
doc/DESIGN.md
@@ -374,7 +374,7 @@ the Operand word (directly copied, so there is no need to dereference
374
it); the ProgPoint at which the use occurs; the operand slot on that
375
instruction, if any, that the operand comes from, and the use's
376
'weight". (It's possible to have "ghost uses" that do not derive from
377
-any slot on the isntruction.) These four parts are packed into three
+any slot on the instruction.) These four parts are packed into three
378
`u32`s: the slot can fit in 8 bits, and the weight in 16.
379
380
The live-range carries its program-point range, uses, vreg index,
0 commit comments