view gen/enums.h @ 390:e04389bafb3e

Fix inline asm FS:4 by writing the displacement directly into the asm instead of using %fs:$0 with an input constraint.
author Christian Kamm <kamm incasoftware de>
date Sat, 26 Jul 2008 13:38:25 +0200
parents 61615fa85940
children 44f08170f4ef
line wrap: on
line source

enum
{
    LLVMnone,
    LLVMintrinsic,
    LLVMva_arg,
    LLVMva_start,
    LLVMva_intrinsic,
    LLVMnotypeinfo,
    LLVMalloca
};