LowerIntegerDivOrRem no longer exists.

llvm-svn: 42787
This commit is contained in:
Dan Gohman 2007-10-09 15:45:13 +00:00
parent 51554bf30e
commit e8c8ef5234
1 changed files with 0 additions and 1 deletions

View File

@ -416,7 +416,6 @@ namespace llvm {
SDOperand LowerGlobalTLSAddress(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerExternalSymbol(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerShift(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerIntegerDivOrRem(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerSINT_TO_FP(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerFP_TO_SINT(SDOperand Op, SelectionDAG &DAG);
SDOperand LowerFABS(SDOperand Op, SelectionDAG &DAG);