We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42014f0 commit bcdba44Copy full SHA for bcdba44
1 file changed
cranelift/docs/ir.md
@@ -644,7 +644,7 @@ slot on the stack for its entire live range. Since the live range of an SSA
644
value can be quite large, it is sometimes beneficial to split the live range
645
into smaller parts.
646
647
-A live range is split by creating new SSA values that are copies or the
+A live range is split by creating new SSA values that are copies of the
648
original value or each other. The copies are created by inserting `copy`,
649
`spill`, or `fill` instructions, depending on whether the values
650
are assigned to registers or stack slots.
0 commit comments