diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGISel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 82542d1..f981687 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h @@ -182,8 +182,7 @@ private: std::vector<std::pair<MachineInstr*, unsigned> > &PHINodesToUpdate, FunctionLoweringInfo &FuncInfo); void CodeGenAndEmitDAG(SelectionDAG &DAG); - void LowerArguments(BasicBlock *BB, SelectionDAGLowering &SDL, - std::vector<SDOperand> &UnorderedChains); + void LowerArguments(BasicBlock *BB, SelectionDAGLowering &SDL); /// SwitchCases - Vector of CaseBlock structures used to communicate /// SwitchInst code generation information. |