llvm: Remove PPULLVMRecompilerTests.cpp

This commit is contained in:
Vincent Lejeune 2015-12-05 19:14:20 +01:00
parent 0d6297fef0
commit 7ae1b51753
5 changed files with 0 additions and 1018 deletions

View file

@ -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() {