mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Fix another place where we build the TTI pass to the new interface.
Sorry for the noise here, 'make check' doesn't build this code. =/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7bdf6b00e0
commit
b24ce3ec45
@ -372,8 +372,8 @@ bool LTOCodeGenerator::generateObjectFile(raw_ostream &out,
|
|||||||
|
|
||||||
// Add an appropriate DataLayout instance for this module...
|
// Add an appropriate DataLayout instance for this module...
|
||||||
passes.add(new DataLayout(*_target->getDataLayout()));
|
passes.add(new DataLayout(*_target->getDataLayout()));
|
||||||
passes.add(new TargetTransformInfo(_target->getScalarTargetTransformInfo(),
|
passes.add(createNoTTIPass(_target->getScalarTargetTransformInfo(),
|
||||||
_target->getVectorTargetTransformInfo()));
|
_target->getVectorTargetTransformInfo()));
|
||||||
|
|
||||||
// Enabling internalize here would use its AllButMain variant. It
|
// Enabling internalize here would use its AllButMain variant. It
|
||||||
// keeps only main if it exists and does nothing for libraries. Instead
|
// keeps only main if it exists and does nothing for libraries. Instead
|
||||||
|
Loading…
Reference in New Issue
Block a user