view gen/enums.h @ 1110:fd631764eaac

Revert removal of "+2" from Outbuffer::reserve function for x64. Unless somone can fix this properly, then the "+2" must stay in or tango won't build.
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Thu, 12 Mar 2009 17:10:24 -0600
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
};