diff gen/llvmhelpers.h @ 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 3cf0066e6faf
children 7d28dcbff23e
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sat Mar 28 05:00:43 2009 +0100
+++ b/gen/llvmhelpers.h	Sat Mar 28 06:32:06 2009 +0100
@@ -136,6 +136,9 @@
 /// Returns true if there is any unaligned type inside the aggregate.
 bool hasUnalignedFields(Type* t);
 
+///
+DValue* DtoInlineAsmExpr(Loc loc, FuncDeclaration* fd, Expressions* arguments);
+
 ////////////////////////////////////////////
 // gen/tocall.cpp stuff below
 ////////////////////////////////////////////