x86: fold two switch() statements in match_template()
authorJan Beulich <jbeulich@suse.com>
Wed, 6 Jul 2022 13:39:37 +0000 (15:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 6 Jul 2022 13:39:37 +0000 (15:39 +0200)
commit3d0738af2a6dac3c729126f2ceb3af6529da7348
treedf6758a331efbcafbc63c816da8c225f2f834251
parentc975cec5fffacc073866be11c0599c97054b3052
x86: fold two switch() statements in match_template()

I don't see why two of them were introduced (very long ago) using
similar fall-through logic.
gas/config/tc-i386.c