IR to CFG: type operator unrolling
This commit is contained in:
committed by
Dmitry Petrov
parent
ea13386d0b
commit
07eae1d206
@@ -200,6 +200,14 @@ class FunctionGenerator(val function: IrFunction) {
|
||||
return expression
|
||||
}
|
||||
|
||||
override fun visitTypeOperator(expression: IrTypeOperatorCall, data: Boolean): IrElement? {
|
||||
expression.argument.process()
|
||||
if (data) {
|
||||
builder.add(expression)
|
||||
}
|
||||
return expression
|
||||
}
|
||||
|
||||
override fun visitElement(element: IrElement, data: Boolean): IrElement? {
|
||||
TODO("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user