linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.
authorChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:54:45 +0000 (20:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:54:45 +0000 (20:54 +0000)
commit75f9b4b63a7c271b29897db35f3453fb89a1cac6
treee1b61606248666a5be4f9a7016b8aa8b41c6bd79
parent843cf187f7aa8f321b735c7b3ba8427b7788f5ab
linux/ppc does use alignment in bytes, not pow-2.  This fixes PR6129.
It looks like linux/arm and linux/mips have the same setting, which
are probably wrong.  Someone who cares about ARM and MIPS should
investigate with the testcase in PR6129.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCMCAsmInfo.cpp