Remove some has_value_list workarounds.
Now that all variable_args formats use has_value_list, we can remove some workarounds that allowed the old boxed_storage form.
This commit is contained in:
@@ -61,7 +61,7 @@ VARIABLE_ARGS = OperandKind(
|
||||
passed to an extended basic block, or a variable number of results
|
||||
returned from an instruction.
|
||||
""",
|
||||
default_member='varargs')
|
||||
rust_type='&[Value]')
|
||||
|
||||
|
||||
# Instances of immediate operand types are provided in the
|
||||
|
||||
Reference in New Issue
Block a user