Re: [PATCH 06/20] x86/asm: Remove CC_SET()
From: Uros Bizjak
Date: Sat Mar 15 2025 - 05:25:48 EST
On Fri, Mar 14, 2025 at 10:41 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> Now that flag output operands are unconditionally supported, CC_SET() is
> just a comment. Remove it.
Can you also replace CC_OUT with "=@cc"? CC_SET and CC_OUT were used
together to handle compilers without flag outputs support, and they
should die together. This change should be a simple string
replacement.
Thanks,
Uros.