tccasm: Accept suffixed cmovCC
commit529b44c0d53955309e79de3da677973922f48425
authorMichael Matz <matz@suse.de>
Sun, 3 Dec 2017 03:53:50 +0000 (3 04:53 +0100)
committerMichael Matz <matz@suse.de>
Sun, 3 Dec 2017 03:53:50 +0000 (3 04:53 +0100)
tree58bcc97ded93a0a207e1d9514d5c86c9c6832915
parent9e0d23cc47359149a39eafffdbb133963980b6ed
tccasm: Accept suffixed cmovCC

The length suffix for cmovCC isn't necessary as the required register
operands always allow length deduction.  But let's be nice to users
and accept them anyway.  Do that without blowing up tables, which means
we don't detect invalid suffixes for the given operands, but so be it.
i386-asm.c
tests/asmtest.S