cargo fmt
This commit is contained in:
parent
d23fb912b8
commit
65a68166b6
|
@ -298,7 +298,10 @@ impl Ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_branch(&self) -> bool {
|
pub fn is_branch(&self) -> bool {
|
||||||
matches!(self.op, Opcode::B | Opcode::Bc | Opcode::Bcctr | Opcode::Bclr)
|
matches!(
|
||||||
|
self.op,
|
||||||
|
Opcode::B | Opcode::Bc | Opcode::Bcctr | Opcode::Bclr
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_direct_branch(&self) -> bool {
|
pub fn is_direct_branch(&self) -> bool {
|
||||||
|
|
Loading…
Reference in New Issue