view gen/enums.h @ 66:0c5f410d973c trunk

[svn r70] Fixed bug where correct calling convention was not set on calling aggregate methods
author lindquist
date Sun, 28 Oct 2007 02:03:42 +0200
parents 0ccfae271c45
children b706170e24a9
line wrap: on
line source

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