1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Wrap long line

llvm-svn: 14552
This commit is contained in:
Misha Brukman 2004-07-01 21:27:59 +00:00
parent e409874a9f
commit 1546c2e9c0

View 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),