ac: fold LLVMContext creation into ac_llvm_context_init

Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Marek Olšák
2018-07-04 01:37:30 -04:00
parent f5cb4194c9
commit 4695984dbc
4 changed files with 9 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ struct ac_llvm_context {
};
void
ac_llvm_context_init(struct ac_llvm_context *ctx, LLVMContextRef context,
ac_llvm_context_init(struct ac_llvm_context *ctx,
enum chip_class chip_class, enum radeon_family family);
void