view gen/enums.h @ 192:67ed21bf16af trunk

[svn r208] const init interface vtbls to nonzero values only for nonabstract classes
author ChristianK
date Mon, 12 May 2008 18:22:55 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

enum
{
    LLVMnone,
    LLVMintrinsic,
    LLVMva_arg,
    LLVMva_start,
    LLVMva_intrinsic,
    LLVMnotypeinfo,
    LLVMalloca
};