Pseudocode: Introduce pseudo-value analysis
This commit is contained in:
@@ -3,11 +3,11 @@ fun short() = 1
|
||||
---------------------
|
||||
L0:
|
||||
1 <START>
|
||||
r(1)
|
||||
r(1) -> <v0>
|
||||
L1:
|
||||
<END> NEXT:[<SINK>]
|
||||
<END> NEXT:[<SINK>]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user