Pseudocode: don't write full label name when jump on it
This commit is contained in:
@@ -25,7 +25,7 @@ L6 [condition entry point]:
|
||||
r(0) -> <v3>
|
||||
mark(a > 0)
|
||||
call(a > 0, compareTo|<v2>, <v3>) -> <v4>
|
||||
jt(L2 [loop entry point]|<v4>) USE: in: {a=READ} out: {a=READ}
|
||||
jt(L2|<v4>) USE: in: {a=READ} out: {a=READ}
|
||||
L3 [loop exit point]:
|
||||
read (Unit)
|
||||
2 mark("after") INIT: in: {} out: {}
|
||||
@@ -36,4 +36,4 @@ error:
|
||||
<ERROR>
|
||||
sink:
|
||||
<SINK> USE: in: {} out: {}
|
||||
=====================
|
||||
=====================
|
||||
Reference in New Issue
Block a user