[llvm] fbaf65c - [ARM] Remove unused declaration LowerGLOBAL_OFFSET_TABLE

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat May 6 17:31:54 PDT 2023


Author: Kazu Hirata
Date: 2023-05-06T17:31:39-07:00
New Revision: fbaf65c8eb210418d54e72c905bf4a128e7b6420

URL: https://github.com/llvm/llvm-project/commit/fbaf65c8eb210418d54e72c905bf4a128e7b6420
DIFF: https://github.com/llvm/llvm-project/commit/fbaf65c8eb210418d54e72c905bf4a128e7b6420.diff

LOG: [ARM] Remove unused declaration LowerGLOBAL_OFFSET_TABLE

The unused declaration was introduced without a corresponding function
definition by:

  commit bd41cf880c9f3a65c9366565fa4db2ddb6b57e1c
  Author: Tim Northover <tnorthover at apple.com>
  Date:   Thu Jan 7 09:03:03 2016 +0000

Added: 
    

Modified: 
    llvm/lib/Target/ARM/ARMISelLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 207bb54e791a..f7c108e16787 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -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;


        


More information about the llvm-commits mailing list