Class BasicBlockTag
A unique tag type for basic blocks.
Inherited Members
Namespace: Flame.Compiler
Assembly: Flame.Compiler.dll
Syntax
public sealed class BasicBlockTag : UniqueTag
Constructors
| Edit this page View SourceBasicBlockTag()
Creates a new basic block tag.
Declaration
public BasicBlockTag()
BasicBlockTag(string)
Creates a new basic block tag.
Declaration
public BasicBlockTag(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The tag's name. |