summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-01-24 15:46:54 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-01-24 15:46:54 +0000
commit2f018de6a35ac49bceb46754858fce594a4d6c46 (patch)
tree5720ea9fd17236e43f4a7ea5db13722ff7506961 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent23a06fb2bdb536e63ce41a77c69ebe3e32a9ac6b (diff)
downloadbcm5719-llvm-2f018de6a35ac49bceb46754858fce594a4d6c46.tar.gz
bcm5719-llvm-2f018de6a35ac49bceb46754858fce594a4d6c46.zip
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPointMul. NFCI.
Match the (much shorter) name used in various legalization methods. llvm-svn: 352056
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 0239132c14c..5d8f3851980 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -5354,8 +5354,7 @@ SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const {
}
SDValue
-TargetLowering::getExpandedFixedPointMultiplication(SDNode *Node,
- SelectionDAG &DAG) const {
+TargetLowering::expandFixedPointMul(SDNode *Node, SelectionDAG &DAG) const {
assert(Node->getOpcode() == ISD::SMULFIX && "Expected opcode to be SMULFIX.");
assert(Node->getNumOperands() == 3 &&
"Expected signed fixed point multiplication to have 3 operands.");
OpenPOWER on IntegriCloud