mirror of https://git.wuffs.org/MWCC
18 lines
263 B
C
18 lines
263 B
C
|
#include "compiler/CodeGenOptPPC.h"
|
||
|
#include "compiler/InstrSelection.h"
|
||
|
|
||
|
void CodeGen_InitCompiler(void) {
|
||
|
init_cgdispatch();
|
||
|
}
|
||
|
|
||
|
void CodeGen_TermCompiler(void) {
|
||
|
|
||
|
}
|
||
|
|
||
|
void CodeGen_InitBackEndOptions(void) {
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
void Test_Version_Numbers(void) {
|
||
|
}
|