On Jan 16, 2007, at 12:17 AM, Anton Korobeynikov wrote: > 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? > Hmm...Good question. It should use this information to at least update the TargetAsmInfo structure. Thanks for catching this.
-bw _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits