]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: pull default switch return out
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 19:12:42 +0000 (02:12 +0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 10 Nov 2022 07:27:40 +0000 (14:27 +0700)
commit99961e814f795e4e4fd40e5f7f5bae52150963d5
tree5d87a31ae04d90c202109426dcfaf5aa4837da2d
parent23af236b63a96738c195d2544abfc85552abd0a2
sim: ppc: pull default switch return out

This saves a single line for the same result.  By itself, it's not
interesting, but we can further optimize the generated output and
completely omit the switch table in some cases.  Which we'll do in
follow up commits.
sim/ppc/dgen.c