[llvm-commits] [llvm] r50451 - /llvm/trunk/lib/CodeGen/DwarfWriter.cpp
Duncan Sands
baldrick at free.fr
Sun May 4 03:09:20 PDT 2008
Hi,
> + Asm->EmitAlignment(TD->getPointerSize() == sizeof(int32_t) ? 2 : 3,
> + 0, 0, false);
how about using log of the pointer size?
Ciao,
Duncan.
More information about the llvm-commits
mailing list