diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-01 21:27:59 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-01 21:27:59 +0000 |
commit | f233a84b3c8f0e4386c7d24acbd6c4d7016fff57 (patch) | |
tree | 4c59f59505df7ea0092c21e620ded615aa88fa36 /lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 15eb0a15e568f46d2d2e56f8785b668fe8b48b13 (diff) |
Wrap long line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index ad60cb6e1a..04117d3c05 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -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), |