Property Alignment
Alignment
Gets or sets the alignment for the instruction
Declaration
public uint Alignment { get; set; }
Property Value
public uint Alignment { get; set; }
UInt32 |
Remarks
The alignment is always 0 for instructions other than Alloca, Load, Store that deal with memory accesses. Setting the alignment for other instructions results in an InvalidOperationException