summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-18 01:05:21 +0000
committerDan Gohman <gohman@apple.com>2010-06-18 01:05:21 +0000
commit8a7f7426eeb18fef58c3471db23fc829b67bc350 (patch)
treec09b3eb1b448651efb494764ea9c9a6eeb843ed7 /include/llvm/CodeGen/SelectionDAGISel.h
parent4f46e14b8ab3861a8dbea14ed70cb9527ae24a06 (diff)
downloadllvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.tar.gz
llvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.tar.bz2
llvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.tar.xz
Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,
which is faster, simpler, and less surprising. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 38175808ab..f22ac902de 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -292,7 +292,6 @@ private:
MachineBasicBlock *CodeGenAndEmitDAG(MachineBasicBlock *BB);
void LowerArguments(const BasicBlock *BB);
- void ShrinkDemandedOps();
void ComputeLiveOutVRegInfo();
/// Create the scheduler. If a specific scheduler was specified