view runtime/import/ldc/llvmasm.di @ 1152:521dd1626d76

Added initial support for raw LLVM inline asm.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Sat, 28 Mar 2009 06:32:06 +0100
parents
children 4454126b4345
line wrap: on
line source

module ldc.llvmasm;

pragma(llvm_inline_asm)
template __asm()
{
    void __asm(char[] asmcode, char[] constraints, ...);
}