17#ifndef BACKENDS_BMV2_SIMPLE_SWITCH_OPTIONS_H_
18#define BACKENDS_BMV2_SIMPLE_SWITCH_OPTIONS_H_
20#include "backends/bmv2/common/options.h"
21#include "backends/bmv2/simple_switch/midend.h"
29 "--listMidendPasses",
nullptr,
30 [
this](
const char *) {
31 listMidendPasses =
true;
32 loadIRFromJson =
false;
37 "[SimpleSwitch back-end] Lists exact name of all midend passes.\n");
Definition sharedActionSelectorCheck.h:40