view gen/enums.h @ 70:fb265a6efea1 trunk

[svn r74] Fixed passing types with different alignment to D-style variadic functions. Fixed casting integer to pointer.
author lindquist
date Sun, 28 Oct 2007 19:33:50 +0100
parents 0ccfae271c45
children b706170e24a9
line wrap: on
line source

enum
{
    LLVMnone,
    LLVMnull,
    LLVMmangle,
    LLVMintrinsic,
    LLVMbind,
    LLVMva_arg,
    LLVMva_start,
    LLVMva_intrinsic
};