Bool alignment on MacOSX/PowerPC is 4 bytes.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
index cdeb3fc15cf27624e172c1d24e3d4404f56b7d25..0ca5769040cd77290c9b10563d637cd97a5bff1b 100644 (file)
@@ -52,7 +52,7 @@ unsigned PowerPCTargetMachine::getModuleMatchQuality(const Module &M) {
 ///
 PowerPCTargetMachine::PowerPCTargetMachine(const Module &M,
                                            IntrinsicLowering *IL)
-  : TargetMachine("PowerPC", IL, false, 4, 4, 4, 4, 4, 4, 2, 1),
+  : TargetMachine("PowerPC", IL, false, 4, 4, 4, 4, 4, 4, 2, 1, 4),
     FrameInfo(TargetFrameInfo::StackGrowsDown, 16, -4), JITInfo(*this) {
 }