summaryrefslogtreecommitdiff
path: root/compiler_and_linker/unsorted/CodeGenOptPPC.c
blob: 57233953f868e13d091cb12d349529a14cafc460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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) {
}