mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 02:45:25 +03:00
Rename DtoAggrPaint
to DtoSlicePaint
(#4174)
It only does two elements and is exclusively used for slices
This commit is contained in:
parent
78e68b5149
commit
af51b700be
5 changed files with 10 additions and 10 deletions
|
@ -765,7 +765,7 @@ LLValue *DtoAggrPair(LLValue *V1, LLValue *V2, const char *name) {
|
|||
return DtoAggrPair(t, V1, V2, name);
|
||||
}
|
||||
|
||||
LLValue *DtoAggrPaint(LLValue *aggr, LLType *as) {
|
||||
LLValue *DtoSlicePaint(LLValue *aggr, LLType *as) {
|
||||
if (aggr->getType() == as) {
|
||||
return aggr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue