radeonsi: fix compiler breakage

Broken by d853d3a59b.
This commit is contained in:
Marek Olšák 2018-07-04 00:13:04 -04:00
parent 5b32b246cf
commit 45f9d58668
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ static void si_init_compiler(struct si_screen *sscreen,
(!sscreen->llvm_has_working_vgpr_indexing ? AC_TM_PROMOTE_ALLOCA_TO_SCRATCH : 0) |
(sscreen->debug_flags & DBG(CHECK_IR) ? AC_TM_CHECK_IR : 0);
ac_init_llvm_once();
ac_init_llvm_compiler(compiler, true, sscreen->info.family, tm_options);
}