[llvm-commits] [llvm] r98205 - /llvm/trunk/lib/Target/X86/X86MCAsmInfo.cpp
Anton Korobeynikov
anton at korobeynikov.info
Wed Mar 10 22:26:11 PST 2010
> + // 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 :)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list