view gen/enums.h @ 417:d3689b183f45

removed the old tester.d test driver.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 28 Jul 2008 03:18:15 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

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