Revert "Implement global merge optimization for global variables."
[oota-llvm.git] / lib / Target / ARM64 / ARM64ISelLowering.h
index f026e35b15a80549550ff5f348ba393499117534..b2402c9791c7e256096f6a95b967ed2463d9af02 100644 (file)
@@ -238,10 +238,6 @@ public:
   /// be used for loads / stores from the global.
   unsigned getMaximalGlobalOffset() const override;
 
-  /// getGlobalMergeAlignment - Set alignment to be the max size of merged
-  /// global variable data structure, and make it aligned up to power of 2.
-  unsigned getGlobalMergeAlignment(StructType *MergedTy) const override;
-
   /// Returns true if a cast between SrcAS and DestAS is a noop.
   bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
     // Addrspacecasts are always noops.