Pseudocode: don't write full label name when jump on it
This commit is contained in:
@@ -14,11 +14,11 @@ fun f() {
|
||||
L0:
|
||||
1 <START>
|
||||
2 mark({ class LocalClass() { fun f() { val x = "" fun loc() { val x3 = "" } } } })
|
||||
jmp?(L2 [after local declaration]) NEXT:[<END>, d(fun f() { val x = "" fun loc() { val x3 = "" } })]
|
||||
jmp?(L2) NEXT:[<END>, d(fun f() { val x = "" fun loc() { val x3 = "" } })]
|
||||
d(fun f() { val x = "" fun loc() { val x3 = "" } }) NEXT:[<SINK>]
|
||||
L1:
|
||||
L2 [after local declaration]:
|
||||
1 <END> NEXT:[<SINK>] PREV:[jmp?(L2 [after local declaration])]
|
||||
1 <END> NEXT:[<SINK>] PREV:[jmp?(L2)]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
@@ -40,11 +40,11 @@ L3:
|
||||
mark("")
|
||||
r("") -> <v0>
|
||||
w(x|<v0>)
|
||||
jmp?(L5 [after local declaration]) NEXT:[<END>, d(fun loc() { val x3 = "" })]
|
||||
jmp?(L5) NEXT:[<END>, d(fun loc() { val x3 = "" })]
|
||||
d(fun loc() { val x3 = "" }) NEXT:[<SINK>]
|
||||
L4:
|
||||
L5 [after local declaration]:
|
||||
3 <END> NEXT:[<SINK>] PREV:[jmp?(L5 [after local declaration])]
|
||||
3 <END> NEXT:[<SINK>] PREV:[jmp?(L5)]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
|
||||
Reference in New Issue
Block a user