mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Make sure to copy double alignment as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98938f83d5
commit
bc19466912
@ -186,7 +186,7 @@ main(int argc, char **argv)
|
||||
|
||||
Passes.add(new TargetData("llc", TD.isLittleEndian(), TD.getSubWordDataSize(),
|
||||
TD.getIntegerRegSize(), TD.getPointerSize(),
|
||||
TD.getPointerAlignment()));
|
||||
TD.getPointerAlignment(), TD.getDoubleAlignment()));
|
||||
|
||||
// Create a new optimization pass for each one specified on the command line
|
||||
// Deal specially with tracing passes, which must be run differently than opt.
|
||||
|
Loading…
x
Reference in New Issue
Block a user