Skip to content

Commit

Permalink
fix contains intrinsic handling
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Jul 26, 2023
1 parent 6b463bc commit 4e11e07
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ class KexIntrinsicsAdapter : RecollectingTransformer<KexIntrinsicsAdapter>, Incr
state {
lhv() equality (value `in` array)
}
val temp = generate(KexBool)
state {
temp equality (length gt 0)
}
assume {
temp equality true
}
}
kim.kexContains(method.cm) -> {
val (array, value) = call.arguments
Expand All @@ -103,13 +96,6 @@ class KexIntrinsicsAdapter : RecollectingTransformer<KexIntrinsicsAdapter>, Incr
}
}
}
val temp = generate(KexBool)
state {
temp equality (length gt 0)
}
assume {
temp equality true
}
}
in kim.kexGenerateArrayMethods(method.cm) -> {
state {
Expand Down

0 comments on commit 4e11e07

Please sign in to comment.