forked from OSchip/llvm-project
parent
a15731cd50
commit
bcbcfac6ea
|
@ -103,11 +103,9 @@ bool IA64TargetMachine::addPassesToEmitFile(PassManager &PM,
|
||||||
PM.add(createUnreachableBlockEliminationPass());
|
PM.add(createUnreachableBlockEliminationPass());
|
||||||
|
|
||||||
// Add an instruction selector
|
// Add an instruction selector
|
||||||
if(EnableDAGIsel)
|
// FIXME: reap this option one day: if(EnableDAGIsel)
|
||||||
PM.add(createIA64DAGToDAGInstructionSelector(*this));
|
PM.add(createIA64DAGToDAGInstructionSelector(*this));
|
||||||
else
|
|
||||||
PM.add(createIA64PatternInstructionSelector(*this));
|
|
||||||
|
|
||||||
/* XXX not yet. ;)
|
/* XXX not yet. ;)
|
||||||
// Run optional SSA-based machine code optimizations next...
|
// Run optional SSA-based machine code optimizations next...
|
||||||
if (!NoSSAPeephole)
|
if (!NoSSAPeephole)
|
||||||
|
|
Loading…
Reference in New Issue