Fix #ifdef style

This commit is contained in:
Nekotekina 2017-06-24 22:01:27 +03:00
parent 81ab6ab8b4
commit e5ae32e5f3

View File

@ -1272,10 +1272,12 @@ extern void ppu_initialize(const ppu_module& info)
} }
} }
} }
#endif
} }
static void ppu_initialize2(jit_compiler& jit, const ppu_module& module_part, const std::string& cache_path, const std::string& obj_name) static void ppu_initialize2(jit_compiler& jit, const ppu_module& module_part, const std::string& cache_path, const std::string& obj_name)
{ {
#ifdef LLVM_AVAILABLE
using namespace llvm; using namespace llvm;
// Create LLVM module // Create LLVM module