9 lines
142 B
C
9 lines
142 B
C
|
|
#ifndef RAVA_SUPERINST_H
|
||
|
|
#define RAVA_SUPERINST_H
|
||
|
|
|
||
|
|
#include "../ir/ir.h"
|
||
|
|
|
||
|
|
void rava_optimize_superinstructions(RavaMethod_t* method);
|
||
|
|
|
||
|
|
#endif
|