mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never
a vector type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2296,7 +2296,6 @@ void SelectionDAGLegalize::ExpandNode(SDNode *Node,
|
||||
EVT ExtraVT = cast<VTSDNode>(Node->getOperand(1))->getVT();
|
||||
EVT VT = Node->getValueType(0);
|
||||
EVT ShiftAmountTy = TLI.getShiftAmountTy();
|
||||
if (ExtraVT.isVector()) ExtraVT = ExtraVT.getVectorElementType();
|
||||
if (VT.isVector()) {
|
||||
ShiftAmountTy = VT;
|
||||
VT = VT.getVectorElementType();
|
||||
|
Reference in New Issue
Block a user