souper-harvest: ensure that select conditions are of type i1

This commit is contained in:
Nick Fitzgerald
2020-10-16 11:18:43 -07:00
parent f7cf771ee6
commit 1efdf10ca7
4 changed files with 26 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ description = "Converting Souper optimizations into Peepmatic DSL"
[dependencies]
anyhow = "1"
souper-ir = { version = "2.0.0", features = ["parse"] }
souper-ir = { version = "2.1.0", features = ["parse"] }
log = "0.4.8"
[dev-dependencies]