Verify integrity of the existing control flow graph of the context. (#70)
* Verify integrity of the existing control flow graph of the context. * Make checking more thorough.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
a82e521291
commit
b94d01f892
@@ -170,7 +170,7 @@ impl Display for Value {
|
||||
}
|
||||
|
||||
/// An opaque reference to an instruction in a function.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug, PartialOrd, Ord)]
|
||||
pub struct Inst(u32);
|
||||
entity_impl!(Inst, "inst");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user