Remove now unused property
This commit is contained in:
parent
e9054a8190
commit
f2e0b3800e
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ namespace ChocolArm64.IntermediateRepresentation
|
||||||
public RegisterMask RegInputs { get; private set; }
|
public RegisterMask RegInputs { get; private set; }
|
||||||
public RegisterMask RegOutputs { get; private set; }
|
public RegisterMask RegOutputs { get; private set; }
|
||||||
|
|
||||||
public bool HasStateLoad { get; private set; }
|
public bool HasStateLoad { get; private set; }
|
||||||
public bool HasStateStore { get; private set; }
|
|
||||||
|
|
||||||
private List<Operation> _operations;
|
private List<Operation> _operations;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue