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

Bill Wendling isanbard at gmail.com
Tue Jan 16 00:57:31 PST 2007


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





More information about the llvm-commits mailing list