#ifndef RAVA_SUPERINST_H
#define RAVA_SUPERINST_H
#include "../ir/ir.h"
void rava_optimize_superinstructions(RavaMethod_t* method);
#endif