machinst: bump regalloc to 0.0.23 and return a slice on the successor indexes, in block_succs;

This commit is contained in:
Benjamin Bouvier
2020-05-06 17:34:27 +02:00
parent 48521393ae
commit 4f919c6460
4 changed files with 18 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ gimli = { version = "0.20.0", default-features = false, features = ["write"], op
smallvec = { version = "1.0.0" }
thiserror = "1.0.4"
byteorder = { version = "1.3.2", default-features = false }
regalloc = "0.0.22"
regalloc = "0.0.23"
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code. Integration tests that need external dependencies can be