mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Nuke a clearly bogus assertion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de7aee760e
commit
69e5845a81
@ -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…
x
Reference in New Issue
Block a user