comparison dmd/idgen.c @ 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 03d7c4aac654
children def7a1d494fd
comparison
equal deleted inserted replaced
1151:3cf0066e6faf 1152:521dd1626d76
223 { "vacopy", "va_copy" }, 223 { "vacopy", "va_copy" },
224 { "vaend", "va_end" }, 224 { "vaend", "va_end" },
225 { "vaarg", "va_arg" }, 225 { "vaarg", "va_arg" },
226 { "ldc" }, 226 { "ldc" },
227 { "allow_inline" }, 227 { "allow_inline" },
228 { "llvm_inline_asm" },
228 229
229 // For special functions 230 // For special functions
230 { "tohash", "toHash" }, 231 { "tohash", "toHash" },
231 { "tostring", "toString" }, 232 { "tostring", "toString" },
232 233