view gen/enums.h @ 168:08cfde5f70d3 trunk

[svn r184] fixed an AA helper for giving keys storage, which the runtime needs. tango.text.UnicodeData now compiles.
author lindquist
date Tue, 06 May 2008 02:26:17 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

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