From 0400e504459fa4a1583c46411f17ec94097e3d61 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 13 Jan 2019 16:41:26 +0000 Subject: [X86] Rename overly verbose method; NFC As suggested on D56636. llvm-svn: 351021 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp') diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 0175bcd7339..3c757440367 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -5275,8 +5275,7 @@ SDValue TargetLowering::lowerCmpEqZeroToCtlzSrl(SDValue Op, return SDValue(); } -SDValue TargetLowering::getExpandedSaturationAdditionSubtraction( - SDNode *Node, SelectionDAG &DAG) const { +SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { unsigned Opcode = Node->getOpcode(); unsigned OverflowOp; switch (Opcode) { -- cgit v1.2.3