MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / partial_cmp

Method partial_cmp

cranelift/codegen/src/machinst/buffer.rs:2123–2125  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

2121
2122impl<I: VCodeInst> PartialOrd for MachLabelFixup<I> {
2123 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
2124 Some(self.cmp(other))
2125 }
2126}
2127
2128impl<I: VCodeInst> Ord for MachLabelFixup<I> {

Callers 1

eqMethod · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected