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"""
|
||||
Load a register value from a stack slot.
|
||||
|
||||
This instruction behaves exactly like :inst:`copy`, but the input
|
||||
value is assigned to a spill slot.
|
||||
This instruction behaves exactly like :inst:`copy`, but creates a new
|
||||
SSA value for the spilled input value.
|
||||
""",
|
||||
ins=x, outs=a)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user