view gen/enums.h @ 251:2f2d7c843e5d trunk

[svn r268] Fixed: global debug info was still brokem ... should be done now!!!
author lindquist
date Wed, 11 Jun 2008 21:03:55 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

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