Skip to content

Commit

Permalink
[AArch64] Remove unused declaration LowerSCALAR_TO_VECTOR
Browse files Browse the repository at this point in the history
The corresponding function definition was removed by:

  commit 85d6a16
  Author: Tim Northover <tnorthover@apple.com>
  Date:   Fri Apr 4 09:03:09 2014 +0000
  • Loading branch information
kazutakahirata committed May 29, 2023
1 parent cb227c9 commit 72c17a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AArch64/AArch64ISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ class AArch64TargetLowering : public TargetLowering {
SDValue LowerSET_ROUNDING(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerZERO_EXTEND_VECTOR_INREG(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const;
Expand Down

0 comments on commit 72c17a0

Please sign in to comment.