view gen/enums.h @ 1016:16e2c750c857

Just forgot an opcode for x64
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Sat, 28 Feb 2009 18:17:45 -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
};