Skip to content

Commit

Permalink
[AArch64] Remove an unused variable in my previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
john-brawn-arm committed Feb 17, 2022
1 parent fd3ba1f commit bbd7eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Expand Up @@ -3477,7 +3477,6 @@ SDValue AArch64TargetLowering::LowerVectorFP_TO_INT(SDValue Op,
ISD::EXTRACT_VECTOR_ELT, dl, InVT.getScalarType(),
Op.getOperand(IsStrict ? 1 : 0), DAG.getConstant(0, dl, MVT::i64));
EVT ScalarVT = VT.getScalarType();
SDValue ScalarCvt;
if (IsStrict)
return DAG.getNode(Op.getOpcode(), dl, {ScalarVT, MVT::Other},
{Op.getOperand(0), Extract});
Expand Down

0 comments on commit bbd7eac

Please sign in to comment.