Documentation fix for what appears to be a minor copy-paste mistake.

This commit is contained in:
Angus Holder
2017-02-22 14:48:57 +00:00
committed by Jakob Stoklund Olesen
parent 62334b26b4
commit 3d0240d244

View File

@@ -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)