diff ir/irtypestruct.cpp @ 1278:8fb39f7f1a7c

Fixed file name in imported mixins containing assertions.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Wed, 29 Apr 2009 18:39:59 +0200
parents dd135ff697fa
children 0c03ba6f7c24
line wrap: on
line diff
--- a/ir/irtypestruct.cpp	Wed Apr 29 17:47:24 2009 +0200
+++ b/ir/irtypestruct.cpp	Wed Apr 29 18:39:59 2009 +0200
@@ -76,7 +76,7 @@
 const llvm::Type* IrTypeStruct::buildType()
 {
     IF_LOG Logger::println("Building struct type %s @ %s",
-        sd->toPrettyChars(), sd->locToChars());
+        sd->toPrettyChars(), sd->loc.toChars());
     LOG_SCOPE;
 
     // if it's a forward declaration, all bets are off, stick with the opaque