forked from OSchip/llvm-project
parent
daa12135da
commit
072a4c0091
|
@ -92,8 +92,6 @@ TargetData::TargetData(const std::string &TargetName,
|
|||
PointerSize = PtrSize;
|
||||
PointerAlignment = PtrAl;
|
||||
DoubleAlignment = DoubleAl;
|
||||
assert(DoubleAlignment == PtrAl &&
|
||||
"Double alignment and pointer alignment agree for now!");
|
||||
FloatAlignment = FloatAl;
|
||||
LongAlignment = LongAl;
|
||||
IntAlignment = IntAl;
|
||||
|
|
Loading…
Reference in New Issue