mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
revert previous patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20e3ed102b
commit
0aab36f5b2
@ -217,7 +217,7 @@ static inline void getTypeInfo(const Type *Ty, const TargetData *TD,
|
|||||||
Size = AlignedSize*PTy->getNumElements();
|
Size = AlignedSize*PTy->getNumElements();
|
||||||
// FIXME: The alignments of specific packed types are target dependent.
|
// FIXME: The alignments of specific packed types are target dependent.
|
||||||
// For now, just set it to be equal to Size.
|
// For now, just set it to be equal to Size.
|
||||||
Alignment = (Size+7)/8;
|
Alignment = Size;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case Type::StructTyID: {
|
case Type::StructTyID: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user