mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
[svn r117] Initial working implementation of interfaces.
Groundwork for all the different types of class/interface casts laid out.
This commit is contained in:
@@ -445,7 +445,7 @@ DUnion::DUnion()
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
/*{
|
||||
LOG_SCOPE;
|
||||
Logger::println("******** DUnion BEGIN");
|
||||
size_t n = fields.size();
|
||||
@@ -458,7 +458,7 @@ DUnion::DUnion()
|
||||
}
|
||||
}
|
||||
Logger::println("******** DUnion END");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
static void push_nulls(size_t nbytes, std::vector<llvm::Constant*>& out)
|
||||
|
||||
Reference in New Issue
Block a user