view gen/enums.h @ 950:f31b29eb6980

Revert return value swapping on x86_64
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 11 Feb 2009 08:32:33 -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
};