diff options
author | Dan Gohman <gohman@apple.com> | 2010-06-24 14:30:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-06-24 14:30:44 +0000 |
commit | 4e39e9da0f3a435445261d0f796bb0913f3c2bf0 (patch) | |
tree | fccb6245a29b6688746f45b64362635721ce1f15 /include/llvm/CodeGen/SelectionDAGISel.h | |
parent | fef8c4eb54b585b5a299910ccf5a8479f4982243 (diff) |
Reapply r106634, now that the bug it exposed is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGISel.h | 1 |
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 |