mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Zap some more unused static method decls
llvm-svn: 8364
This commit is contained in:
parent
1bb427b0a7
commit
b42efb0e33
@ -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…
Reference in New Issue
Block a user