summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:54:45 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:54:45 +0000
commitecb457c4e2d1cbc5daeea6baff4e0ba56e16b712 (patch)
treeaf85fc50224286a53edf9360fd85acb155e3a7b5 /llvm
parentd96bcb5f2200518251a1c0546309956b0aa359c8 (diff)
downloadbcm5719-llvm-ecb457c4e2d1cbc5daeea6baff4e0ba56e16b712.tar.gz
bcm5719-llvm-ecb457c4e2d1cbc5daeea6baff4e0ba56e16b712.zip
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. llvm-svn: 94381
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index d2ff3b7827b..c61627ec533 100644
--- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -51,7 +51,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
ZeroDirective = "\t.space\t";
SetDirective = "\t.set";
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
- AlignmentIsInBytes = false;
HasLCOMMDirective = true;
AssemblerDialect = 0; // Old-Style mnemonics.
}
OpenPOWER on IntegriCloud