Skip to content

Commit bcdba44

Browse files
committed
Typo
1 parent 42014f0 commit bcdba44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cranelift/docs/ir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ slot on the stack for its entire live range. Since the live range of an SSA
644644
value can be quite large, it is sometimes beneficial to split the live range
645645
into smaller parts.
646646
647-
A live range is split by creating new SSA values that are copies or the
647+
A live range is split by creating new SSA values that are copies of the
648648
original value or each other. The copies are created by inserting `copy`,
649649
`spill`, or `fill` instructions, depending on whether the values
650650
are assigned to registers or stack slots.

0 commit comments

Comments
 (0)