Commit cc1f5387 by Richard Kenner

(expand_asm_operands): Properly ignore invalid reg in clobber.

From-SVN: r9279
parent 25cbb59e
...@@ -1590,6 +1590,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) ...@@ -1590,6 +1590,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
} }
/* Ignore unknown register, error already signalled. */ /* Ignore unknown register, error already signalled. */
continue;
} }
/* Use QImode since that's guaranteed to clobber just one reg. */ /* Use QImode since that's guaranteed to clobber just one reg. */
......
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