revert to using 4-byte alignment for doubles, as specified by the ABI
authorChris Lattner <sabre@nondot.org>
Thu, 21 Jul 2005 19:17:18 +0000 (19:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Jul 2005 19:17:18 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22493 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index 55df4142be6548c3ce6c8996ba2c60fcdbe9feb1..d2a9781d5d76435bb39788b36c7b5748ad8b17c3 100644 (file)
@@ -177,7 +177,7 @@ PPC32TargetMachine::PPC32TargetMachine(const Module &M, IntrinsicLowering *IL)
 ///
 PPC64TargetMachine::PPC64TargetMachine(const Module &M, IntrinsicLowering *IL)
   : PowerPCTargetMachine(PPC64ID, IL,
-                         TargetData(PPC64ID,false,8,4,8,4,4,4,2,1,1),
+                         TargetData(PPC64ID,false,8,4,4,4,4,4,2,1,1),
                          PowerPCFrameInfo(*this, true)) {}
 
 unsigned PPC32TargetMachine::getModuleMatchQuality(const Module &M) {