From: Chris Lattner Date: Thu, 15 Jul 2004 07:44:34 +0000 (+0000) Subject: Nuke a clearly bogus assertion X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=69e5845a81c792c00e0a3f3017c3d464c40f3ba7;p=oota-llvm.git Nuke a clearly bogus assertion git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14854 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetData.cpp b/lib/Target/TargetData.cpp index a6379afee47..e5f391b6e21 100644 --- a/lib/Target/TargetData.cpp +++ b/lib/Target/TargetData.cpp @@ -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;