Revert "Implement global merge optimization for global variables."
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.h
index 9818b7a2dcb50bd8949bf60ce622f6ee5597b6cc..070db94808f0a9249f500410beab3cb0f6ce135c 100644 (file)
@@ -386,10 +386,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;
-
 protected:
   std::pair<const TargetRegisterClass*, uint8_t>
   findRepresentativeClass(MVT VT) const override;