[z/OS] Make MinGlobalAlign consistent with SystemZ

Remove overriding MinGlobalAlign to 0 for z/OS target to be consistent with SystemZ.

Reviewed By: abhina.sreeskantharajan

Differential Revision: https://reviews.llvm.org/D106890
This commit is contained in:
Fanbo Meng 2021-07-27 12:46:04 -04:00
parent dd57915b1e
commit a2d4b06464
1 changed files with 0 additions and 1 deletions

View File

@ -796,7 +796,6 @@ public:
this->UseZeroLengthBitfieldAlignment = true;
this->UseLeadingZeroLengthBitfield = false;
this->ZeroLengthBitfieldBoundary = 32;
this->MinGlobalAlign = 0;
this->DefaultAlignForAttributeAligned = 128;
}
};