Nuke a clearly bogus assertion
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 07:44:34 +0000 (07:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 07:44:34 +0000 (07:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14854 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetData.cpp

index a6379afee475ce1052dc7783c29355a3208733c1..e5f391b6e211ede22795634f64952811b0f08d26 100644 (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;