Wrap long line
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 21:27:59 +0000 (21:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 21:27:59 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14552 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index ad60cb6e1a6eaf007a77d7cd2bb292b255b9c8f2..04117d3c059a4fb1f72bfdca4bc56c3222ce8576 100644 (file)
@@ -31,7 +31,8 @@ TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M,
 
 /// PowerPCTargetMachine ctor - Create an ILP32 architecture model
 ///
-/// FIXME: Should double alignment be 8 bytes?  Then we get a PtrAl != DoubleAl abort
+/// FIXME: Should double alignment be 8 bytes?  Then we get a PtrAl != DoubleAl
+/// abort
 PowerPCTargetMachine::PowerPCTargetMachine(const Module &M,
                                            IntrinsicLowering *IL)
   : TargetMachine("PowerPC", IL, false, 4, 4, 4, 4, 4, 4, 4, 4),