summaryrefslogtreecommitdiff
path: root/includes/compiler/CodeGenOptPPC.h
blob: f51c49fcc674fd32917f10b3e4576f336cd0d1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COMPILER_CODEGENOPTPPC_H
#define COMPILER_CODEGENOPTPPC_H

#include "compiler/common.h"

extern void CodeGen_InitCompiler(void);
extern void CodeGen_TermCompiler(void);
extern void CodeGen_InitBackEndOptions(void);
extern void Test_Version_Numbers(void);

#endif