comparison gen/toir.cpp @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents 2e652b8ad1fd
children a9dae3da4e87
comparison
equal deleted inserted replaced
261:5723b7385c25 262:88252a1af660
2191 2191
2192 ////////////////////////////////////////////////////////////////////////////////////////// 2192 //////////////////////////////////////////////////////////////////////////////////////////
2193 2193
2194 DValue* HaltExp::toElem(IRState* p) 2194 DValue* HaltExp::toElem(IRState* p)
2195 { 2195 {
2196 Logger::print("HaltExp::toElem: %s | %s\n", toChars(), type->toChars()); 2196 Logger::print("HaltExp::toElem: %s\n", toChars());
2197 LOG_SCOPE; 2197 LOG_SCOPE;
2198 2198
2199 #if 0 2199 #if 0
2200 DtoAssert(&loc, NULL); 2200 DtoAssert(&loc, NULL);
2201 #else 2201 #else