Nuke a clearly bogus assertion

llvm-svn: 14854
This commit is contained in:
Chris Lattner 2004-07-15 07:44:34 +00:00
parent daa12135da
commit 072a4c0091
1 changed files with 0 additions and 2 deletions

View File

@ -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;