Fixed classinfo.interfaces for .. interfaces!

This commit is contained in:
Tomas Lindquist Olsen
2009-04-21 20:19:53 +02:00
parent 4567a55f7f
commit 575038bfbd
5 changed files with 54 additions and 13 deletions

View File

@@ -371,4 +371,3 @@ LLConstant * IrStruct::createStructInitializer(StructInitializer * si)
IF_LOG Logger::cout() << "final struct initializer: " << *c << std::endl;
return c;
}