mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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.
This commit is contained in:
@ -248,9 +248,8 @@ gen_spreg_c(spreg_table *table, lf *file)
|
||||
else
|
||||
ASSERT(0);
|
||||
}
|
||||
lf_printf(file, " default:\n");
|
||||
lf_printf(file, " return 0;\n");
|
||||
lf_printf(file, " }\n");
|
||||
lf_printf(file, " return 0;\n");
|
||||
}
|
||||
lf_printf(file, "}\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user