Add a regmove instruction.
This will be used to locally change the register locations of values in order to satisfy instruction constraints.
This commit is contained in:
@@ -284,7 +284,8 @@ impl<'a> Verifier<'a> {
|
||||
&HeapLoad { .. } |
|
||||
&HeapStore { .. } |
|
||||
&Load { .. } |
|
||||
&Store { .. } => {}
|
||||
&Store { .. } |
|
||||
&RegMove { .. } => {}
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user