[llvm-commits] [llvm] r98205 - /llvm/trunk/lib/Target/X86/X86MCAsmInfo.cpp

Chris Lattner clattner at apple.com
Wed Mar 10 23:01:15 PST 2010


On Mar 10, 2010, at 10:26 PM, Anton Korobeynikov wrote:

>> +  // OpenBSD has buggy support for .quad in 32-bit mode, just split into two
>> +  // .words.
>> +  if (T.getOS() == Triple::OpenBSD && T.getArch() == Triple::x86)
>> +    Data64bitsDirective = 0;
> Doesn't the second condition redundant? It's X86ELFMCAsmInfo after all :)

No, x86 != x86_64

-Chris



More information about the llvm-commits mailing list