mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
llvm: Remove PPULLVMRecompilerTests.cpp
This commit is contained in:
parent
0d6297fef0
commit
7ae1b51753
5 changed files with 0 additions and 1018 deletions
|
@ -257,8 +257,6 @@ RecompilationEngine::RecompilationEngine()
|
|||
// Each char can store 8 page status
|
||||
FunctionCachePagesCommited = (char *)malloc(VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
||||
memset(FunctionCachePagesCommited, 0, VIRTUAL_INSTRUCTION_COUNT / (8 * PAGE_SIZE));
|
||||
|
||||
m_compiler.RunAllTests();
|
||||
}
|
||||
|
||||
RecompilationEngine::~RecompilationEngine() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue