Pseudocode: Add debug information to magic instructions

This commit is contained in:
Alexey Sedunov
2014-06-26 13:06:28 +04:00
parent d636d362b7
commit 4707f4a5e9
125 changed files with 1204 additions and 1157 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ fun foo(a: Array<Int>) {
a[1] = 2
}
---------------------
<v0>: {<: Array<Int>} NEW: magic(a: Array<Int>) -> <v0>
<v0>: {<: Array<Int>} NEW: magic[FAKE_INITIALIZER](a: Array<Int>) -> <v0>
a <v1>: {<: Array<Int>} NEW: r(a) -> <v1>
1 <v2>: Int NEW: r(1) -> <v2>
2 <v3>: Int NEW: r(2) -> <v3>