mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 00:45:54 +00:00
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) {
|
|
}
|