ac: fold LLVMContext creation into ac_llvm_context_init
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user