IR: Refactor IrBuiltIns to abstract it from descriptors
This commit is contained in:
committed by
TeamCityServer
parent
25d2e61a82
commit
dee0487185
+1
-1
@@ -274,7 +274,7 @@ class ComposeLikeDefaultArgumentRewriter(
|
||||
}
|
||||
|
||||
private fun IrType.binaryOperator(name: Name, paramType: IrType): IrFunctionSymbol =
|
||||
context.symbols.getBinaryOperator(name, this, paramType)
|
||||
context.irBuiltIns.getBinaryOperator(name, this, paramType)
|
||||
|
||||
private fun irAnd(lhs: IrExpression, rhs: IrExpression): IrCallImpl {
|
||||
return irCall(
|
||||
|
||||
Reference in New Issue
Block a user