rustfmt changes

This commit is contained in:
Morgan Phillips
2016-08-23 13:37:04 -07:00
parent d8c587a1bf
commit bdefbdeccc

View File

@@ -108,11 +108,7 @@ impl DominatorTree {
// TODO: we can't rely on instruction numbers to always be ordered // TODO: we can't rely on instruction numbers to always be ordered
// from lowest to highest. Given that, it will be necessary to create // from lowest to highest. Given that, it will be necessary to create
// an abolute mapping to determine the instruction order in the future. // an abolute mapping to determine the instruction order in the future.
if a.1 == NO_INST || a.1 < b.1 { if a.1 == NO_INST || a.1 < b.1 { a } else { b }
a
} else {
b
}
} }
/// Returns the immediate dominator of some ebb or None if the /// Returns the immediate dominator of some ebb or None if the