view gen/enums.h @ 600:311f16f26297

Fixed AddrExp might silently change the type of its value, but we weren't casting to compensate ... why doesn't DMD insert a cast?
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 15 Sep 2008 02:39:55 +0200
parents a34078905d01
children 6aaa3d3c1183
line wrap: on
line source

enum
{
    LLVMnone,
    LLVMintrinsic,
    LLVMno_typeinfo,
    LLVMno_moduleinfo,
    LLVMalloca,
    LLVMva_start,
    LLVMva_copy,
    LLVMva_end,
    LLVMva_arg,
    LLVMllvmdc
};