Documentation fix for what appears to be a minor copy-paste mistake.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
62334b26b4
commit
3d0240d244
@@ -254,8 +254,8 @@ fill = Instruction(
|
|||||||
'fill', r"""
|
'fill', r"""
|
||||||
Load a register value from a stack slot.
|
Load a register value from a stack slot.
|
||||||
|
|
||||||
This instruction behaves exactly like :inst:`copy`, but the input
|
This instruction behaves exactly like :inst:`copy`, but creates a new
|
||||||
value is assigned to a spill slot.
|
SSA value for the spilled input value.
|
||||||
""",
|
""",
|
||||||
ins=x, outs=a)
|
ins=x, outs=a)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user