9 lines
142 B
C
Raw Normal View History

2025-12-02 06:54:32 +01:00
#ifndef RAVA_SUPERINST_H
#define RAVA_SUPERINST_H
#include "../ir/ir.h"
void rava_optimize_superinstructions(RavaMethod_t* method);
#endif