Always do stack spilling during inline cause of dex problem

Dex issue: https://issuetracker.google.com/issues/68796377

  #KT-20844 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-11-13 13:35:58 +01:00
parent 519e5c33d8
commit dff6e943bb
12 changed files with 163 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ fun foo() : Int {
return foobar(1, bar(2), 3)
}
// 1 ISTORE
// 5 ILOAD
// 3 ISTORE
// 7 ILOAD
// 0 InlineMarker