Table of Contents

Method SetAlignment

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

SetAlignment<T>(T, uint)

Fluent style extension method to set the Alignment for an instruction

public static T SetAlignment<T>(this T self, uint value) where T : Instruction

Parameters

self T

Instruction to set the Alignment for

value uint

New alignment for the instruction

Returns

T

To allow fluent style coding this returns the self parameter

Type Parameters

T

Type of the instruction (usually implicitly inferred from usage)