click click

llvm-svn: 25459
This commit is contained in:
Duraid Madina 2006-01-19 14:13:11 +00:00
parent a15731cd50
commit bcbcfac6ea
1 changed files with 3 additions and 5 deletions

View File

@ -103,11 +103,9 @@ bool IA64TargetMachine::addPassesToEmitFile(PassManager &PM,
PM.add(createUnreachableBlockEliminationPass());
// Add an instruction selector
if(EnableDAGIsel)
PM.add(createIA64DAGToDAGInstructionSelector(*this));
else
PM.add(createIA64PatternInstructionSelector(*this));
// FIXME: reap this option one day: if(EnableDAGIsel)
PM.add(createIA64DAGToDAGInstructionSelector(*this));
/* XXX not yet. ;)
// Run optional SSA-based machine code optimizations next...
if (!NoSSAPeephole)