[JS IR BE] Eliminate identical IrElements duplicates

This commit is contained in:
Svyatoslav Kuzmich
2018-11-19 16:48:15 +03:00
parent ba0f652e02
commit 2172a12df4
10 changed files with 97 additions and 90 deletions
@@ -28,6 +28,6 @@ interface IrExpression : IrStatement, IrVarargElement {
}
interface IrExpressionWithCopy : IrExpression {
fun copy(): IrExpression
fun copy(): IrExpressionWithCopy
}