mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 15:10:59 +03:00
Refactoring: Introduce TargetABI::reverseExplicitParams()
This commit is contained in:
parent
92913d4c08
commit
29d609d63d
13 changed files with 19 additions and 47 deletions
|
@ -187,6 +187,8 @@ llvm::FunctionType *DtoFunctionType(Type *type, IrFuncTy &irFty, Type *thistype,
|
|||
++nextLLArgIdx;
|
||||
}
|
||||
|
||||
newIrFty.reverseParams = abi->reverseExplicitParams(f);
|
||||
|
||||
// let the ABI rewrite the types as necessary
|
||||
abi->rewriteFunctionType(newIrFty);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue