Files
kotlin/compiler/testData/codegen/bytecodeText/boxingOptimization
Mads Ager bb0cd92da0 JVM_IR: Fix codegeneration for missing branches.
This used to generate an ACONST_NULL instruction leading to incorrect
stack height for code such as:

```
if (condition) else 32
```
2019-01-28 15:41:48 +01:00
..
2019-01-19 09:43:43 +01:00
2018-12-28 14:18:39 +03:00