[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetAsmInfo.cpp X86TargetAsmInfo.h

Anton Korobeynikov asl at math.spbu.ru
Tue Jan 16 00:17:35 PST 2007


Hello, Bill.

> +// ASM variant to use.
> +enum {
> +  X86_ATT   = 0,
> +  X86_INTEL = 1
> +};
There is already assembler flavour defined in Subtarget. Why do you need
some more?

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-commits mailing list