summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/IA64/IA64TargetMachine.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Target/IA64/IA64TargetMachine.cpp b/llvm/lib/Target/IA64/IA64TargetMachine.cpp
index f0c429adea1..c09e6685500 100644
--- a/llvm/lib/Target/IA64/IA64TargetMachine.cpp
+++ b/llvm/lib/Target/IA64/IA64TargetMachine.cpp
@@ -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)
OpenPOWER on IntegriCloud