Commit 058f58ed by Richard Kenner

(expand_asm_operands): Make MEM with BLKmode for clobber of "memory".

From-SVN: r7394
parent 86739c7b
......@@ -1559,7 +1559,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
{
XVECEXP (body, 0, i++)
= gen_rtx (CLOBBER, VOIDmode,
gen_rtx (MEM, QImode,
gen_rtx (MEM, BLKmode,
gen_rtx (SCRATCH, VOIDmode, 0)));
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment