Add operand kind and format for unsigned 128-bit immediates
This commit is contained in:
@@ -679,6 +679,7 @@ impl<'a> Verifier<'a> {
|
||||
// Exhaustive list so we can't forget to add new formats
|
||||
Unary { .. }
|
||||
| UnaryImm { .. }
|
||||
| UnaryImm128 { .. }
|
||||
| UnaryIeee32 { .. }
|
||||
| UnaryIeee64 { .. }
|
||||
| UnaryBool { .. }
|
||||
|
||||
Reference in New Issue
Block a user