diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-19 15:28:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-19 15:28:47 +0000 |
| commit | 1c4d492b944768ded5356587779045cc346409d7 (patch) | |
| tree | cb983765fc996fb24043b910933763ae325e2df2 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
| parent | 7b73a5d6dead3fa765cdde8316a19ac8930cc60d (diff) | |
| download | external_llvm-1c4d492b944768ded5356587779045cc346409d7.zip external_llvm-1c4d492b944768ded5356587779045cc346409d7.tar.gz external_llvm-1c4d492b944768ded5356587779045cc346409d7.tar.bz2 | |
rename ExpandOperation to ExpandOperationResult, as suggested
by Duncan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index f69b095..610c898 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -4135,7 +4135,7 @@ SDOperand TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) { } std::pair<SDOperand,SDOperand> -TargetLowering::ExpandOperation(SDOperand Op, SelectionDAG &DAG) { +TargetLowering::ExpandOperationResult(SDNode *N, SelectionDAG &DAG) { assert(0 && "ExpandOperation not implemented for this target!"); abort(); return std::pair<SDOperand,SDOperand>(); |
