[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGISel.h
Chris Lattner
sabre at nondot.org
Sat Oct 28 11:21:44 PDT 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGISel.h updated: 1.30 -> 1.31
---
Log message:
remove dead method
---
Diffs of the changes: (+0 -1)
SelectionDAGISel.h | 1 -
1 files changed, 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGISel.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.30 llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.31
--- llvm/include/llvm/CodeGen/SelectionDAGISel.h:1.30 Fri Oct 27 16:36:01 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGISel.h Sat Oct 28 13:21:29 2006
@@ -126,7 +126,6 @@
bool CheckOrMask(SDOperand LHS, ConstantSDNode *RHS, int64_t DesiredMaskS);
private:
- void SplitCritEdgesForPHIConstants(BasicBlock *BB);
void SelectBasicBlock(BasicBlock *BB, MachineFunction &MF,
FunctionLoweringInfo &FuncInfo);
More information about the llvm-commits
mailing list