# HG changeset patch # User Tomas Lindquist Olsen # Date 1242394259 -7200 # Node ID c5410f294c8985a4c2acdc4b71643e9e57c2cd85 # Parent 701d11a1e7b1f18bde33a3b4078c201122496aaa Erm... Revert the rev [1352] change, the original code was correct ... diff -r 701d11a1e7b1 -r c5410f294c89 gen/llvmhelpers.cpp --- a/gen/llvmhelpers.cpp Thu May 14 20:40:56 2009 +0200 +++ b/gen/llvmhelpers.cpp Fri May 15 15:30:59 2009 +0200 @@ -1465,7 +1465,7 @@ if (alignsize != alignsize2) { - assert(alignsize2 > alignsize && "this is not good, the D and LLVM " + assert(alignsize > alignsize2 && "this is not good, the D and LLVM " "type alignments differ, but LLVM's is bigger! This will break " "the type mapping algorithms"); // don't try and align the offset, and let the mappers pad 100% manually