Pseudocode: Drop CompilationErrorInstruction
This commit is contained in:
@@ -6,7 +6,6 @@ fun <T> foo() {
|
||||
L0:
|
||||
1 <START>
|
||||
2 mark({ T })
|
||||
error(T, No resolved call)
|
||||
magic[UNRESOLVED_CALL](T) -> <v0>
|
||||
L1:
|
||||
1 <END> NEXT:[<SINK>]
|
||||
@@ -14,4 +13,4 @@ error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user