diff ir/irstruct.cpp @ 1245:465a77c904d4

Fixed all issues preventing Tango 0.99.8 to compile with `sh build-tango.sh --verbose ldc'.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 17 Apr 2009 14:38:29 +0200
parents f295e51d2dd0
children 752bed475b75
line wrap: on
line diff
--- a/ir/irstruct.cpp	Fri Apr 17 03:01:43 2009 +0200
+++ b/ir/irstruct.cpp	Fri Apr 17 14:38:29 2009 +0200
@@ -191,7 +191,9 @@
 
     // build constant struct
     llvm::Constant* definit = llvm::ConstantStruct::get(constants, packed);
+#if 0
     IF_LOG Logger::cout() << "final default initializer: " << *definit << std::endl;
+#endif
 
     // sanity check
     if (definit->getType() != type->irtype->get())