mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Zap some more unused static method decls
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e2185ea07
commit
f3c333e36f
@ -51,15 +51,6 @@ public:
|
||||
static ExecutionEngine *create (Module *M, bool ForceInterpreter,
|
||||
bool TraceMode);
|
||||
|
||||
/// createJIT - Create an return a new JIT compiler if there is one available
|
||||
/// for the current target. Otherwise it returns null.
|
||||
///
|
||||
static ExecutionEngine *createJIT(Module *M);
|
||||
|
||||
/// createInterpreter - Create a new interpreter object. This can never fail.
|
||||
///
|
||||
static ExecutionEngine *createInterpreter(Module *M, bool TraceMode);
|
||||
|
||||
void addGlobalMapping(const Function *F, void *Addr) {
|
||||
void *&CurVal = GlobalAddress[(const GlobalValue*)F];
|
||||
assert(CurVal == 0 && "GlobalMapping already established!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user