Remove the HeapLoad/HeapStore instruction formats.
These formats are not used any longer after the heap_load and heap_store instructions were replaced by heap_addr. Also drop the Uoffset32 immediate operand type which isn't used either.
This commit is contained in:
@@ -29,15 +29,6 @@ offset32 = ImmediateKind(
|
||||
'A 32-bit immediate signed offset.',
|
||||
default_member='offset')
|
||||
|
||||
#: A 32-bit immediate unsigned offset.
|
||||
#:
|
||||
#: This is used to represent an immediate address offset in WebAssembly memory
|
||||
#: instructions.
|
||||
uoffset32 = ImmediateKind(
|
||||
'uoffset32',
|
||||
'A 32-bit immediate unsigned offset.',
|
||||
default_member='offset')
|
||||
|
||||
#: A 32-bit immediate floating point operand.
|
||||
#:
|
||||
#: IEEE 754-2008 binary32 interchange format.
|
||||
|
||||
Reference in New Issue
Block a user