view gen/enums.h @ 929:8ff08961da72

Changed this file to add 'naked' and a couple other missing instructions
author wilsonk@ubuntu
date Tue, 03 Feb 2009 12:43:03 -0700
parents 6aaa3d3c1183
children 521dd1626d76
line wrap: on
line source

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