| 1 | """Generate the cases for the tier 2 optimizer. |
| 2 | Reads the instruction definitions from bytecodes.c and optimizer_bytecodes.c |
| 3 | Writes the cases to optimizer_cases.c.h, which is #included in Python/optimizer_analysis.c. |
| 4 | """ |
nothing calls this directly
no test coverage detected