 | InstructionAlignment Property |
[This is preliminary documentation and is subject to change.]
Alignment for the instruction
Namespace:
Llvm.NET.Instructions
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic uint Alignment { get; set; }
Property Value
Type:
UInt32
Remarks
The alignment is always 0 for instructions other than Alloca, Load, and Store
that deal with memory accesses. Setting the alignment for other instructions
results in an InvalidOperationException()
See Also