x86: unindent most of set_cpu_arch()
authorJan Beulich <jbeulich@suse.com>
Fri, 1 Sep 2023 10:29:44 +0000 (12:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Sep 2023 10:29:44 +0000 (12:29 +0200)
commitdfab07b9ead66f08661325c03175e1df9210ccd7
tree2cc5350b6ca01e147e925ad7f34db193bf967105
parentd54678ebc021d4827b8b00256e37a115f2853884
x86: unindent most of set_cpu_arch()

Inverting the initial if()'s condition allows to move out the bulk of
the function by a level, improving readability at least a bit. While
doing that also pull the push/pop handling up first, such that "else if"
after "return" isn't needed anymore; the order in which special cases
are checked doesn't really matter.
gas/config/tc-i386.c