llvm-general-3.2.6.0: General purpose LLVM bindings

Safe HaskellSafe-Inferred

LLVM.General.AST.InlineAssembly

Description

A representation of an LLVM inline assembly

Synopsis

Documentation

data Dialect

the dialect of assembly used in an inline assembly string http://en.wikipedia.org/wiki/X86_assembly_language#Syntax

Constructors

ATTDialect 
IntelDialect