OSDN Git Service

[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPointMul...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 24 Jan 2019 15:46:54 +0000 (15:46 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 24 Jan 2019 15:46:54 +0000 (15:46 +0000)
commit827ebc9db7cb5403ba583aeea409d5e85eaf09b0
treeb12a6803fb17230b3e782f0644000e698292c524
parent6f0bf08b56045c655aca61353939c225ef84eb18
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPointMul. NFCI.

Match the (much shorter) name used in various legalization methods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352056 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp