x86: simplify check_byte_reg()
authorJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2020 06:40:22 +0000 (08:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2020 06:40:22 +0000 (08:40 +0200)
commit73c76375955890df396b4f78dee0fa6a52af6c5f
treed1212a6fa9f5445e74c2f93b4ea962bdec8b13c8
parent22e00a3f4df8cafd3fdb6a0cb7893877606518bb
x86: simplify check_byte_reg()

With the introduction of what right now is the very first conditional
in the function's loop (commit dc821c5f9ae5 ["x86: replace Reg8, Reg16,
Reg32, and Reg64"]), the last if() in the same loop has become
pointless - retain just its body.
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.03265 seconds and 4 git commands to generate.