From 3d0240d2449eb1d5b405dc8cf634fdb32c275ebd Mon Sep 17 00:00:00 2001 From: Angus Holder Date: Wed, 22 Feb 2017 14:48:57 +0000 Subject: [PATCH] Documentation fix for what appears to be a minor copy-paste mistake. --- lib/cretonne/meta/base/instructions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cretonne/meta/base/instructions.py b/lib/cretonne/meta/base/instructions.py index 1693763468..9cec7d9d58 100644 --- a/lib/cretonne/meta/base/instructions.py +++ b/lib/cretonne/meta/base/instructions.py @@ -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)