mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-10-31 09:11:13 +00:00
Wrap long line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15eb0a15e5
commit
f233a84b3c
@ -31,7 +31,8 @@ TargetMachine *llvm::allocatePowerPCTargetMachine(const Module &M,
|
|||||||
|
|
||||||
/// PowerPCTargetMachine ctor - Create an ILP32 architecture model
|
/// 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,
|
PowerPCTargetMachine::PowerPCTargetMachine(const Module &M,
|
||||||
IntrinsicLowering *IL)
|
IntrinsicLowering *IL)
|
||||||
: TargetMachine("PowerPC", IL, false, 4, 4, 4, 4, 4, 4, 4, 4),
|
: TargetMachine("PowerPC", IL, false, 4, 4, 4, 4, 4, 4, 4, 4),
|
||||||
|
Loading…
Reference in New Issue
Block a user