Property Alignment
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
Alignment
Gets or sets the alignment for the instruction
public uint Alignment { get; set; }
Property Value
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