tidy: Remove extra semicolons
These were causing compilation warnings.
This commit is contained in:
committed by
Andrew Brown
parent
5c5eabb8d0
commit
9b8e7b511e
@@ -65,7 +65,7 @@ pub(crate) fn define(imm: &Immediates, entities: &EntityRefs) -> FormatRegistry
|
||||
.value()
|
||||
.value(),
|
||||
);
|
||||
registry.insert(Builder::new("FloatCond").imm(&imm.floatcc).value());;
|
||||
registry.insert(Builder::new("FloatCond").imm(&imm.floatcc).value());
|
||||
|
||||
registry.insert(
|
||||
Builder::new("IntSelect")
|
||||
|
||||
Reference in New Issue
Block a user