Skip to content

Commit

Permalink
[ARM] Remove unused declaration LowerGLOBAL_OFFSET_TABLE
Browse files Browse the repository at this point in the history
The unused declaration was introduced without a corresponding function
definition by:

  commit bd41cf8
  Author: Tim Northover <tnorthover@apple.com>
  Date:   Thu Jan 7 09:03:03 2016 +0000
  • Loading branch information
kazutakahirata committed May 7, 2023
1 parent f22f7e7 commit fbaf65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/ARM/ARMISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ class VectorType;
TLSModel::Model model) const;
SDValue LowerGlobalTLSAddressDarwin(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerGlobalTLSAddressWindows(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSignedALUO(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerUnsignedALUO(SDValue Op, SelectionDAG &DAG) const;
Expand Down

0 comments on commit fbaf65c

Please sign in to comment.