(expand_asm_operands): Properly ignore invalid reg in clobber.
From-SVN: r9279
This commit is contained in:
parent
25cbb59e7c
commit
cc1f5387e3
@ -1590,6 +1590,7 @@ expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line)
|
||||
}
|
||||
|
||||
/* Ignore unknown register, error already signalled. */
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Use QImode since that's guaranteed to clobber just one reg. */
|
||||
|
Loading…
Reference in New Issue
Block a user