diff gen/toir.cpp @ 151:d11848349f97 trunk

[svn r157] Fixed the nasty type==NULL bug :D
author lindquist
date Mon, 24 Mar 2008 20:48:40 +0100
parents 2c336566ffed
children 7f92f477ff53
line wrap: on
line diff
--- a/gen/toir.cpp	Mon Mar 24 20:05:44 2008 +0100
+++ b/gen/toir.cpp	Mon Mar 24 20:48:40 2008 +0100
@@ -1199,7 +1199,6 @@
 
 DValue* CastExp::toElem(IRState* p)
 {
-    assert(type);
     Logger::print("CastExp::toElem: %s | %s\n", toChars(), type->toChars());
     LOG_SCOPE;