Eliminate the need for TypeFunction::funcdecl

This commit is contained in:
Alexey Prokhin
2013-10-01 14:00:28 +04:00
parent ca82589e25
commit b819975c84
22 changed files with 187 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
//===-- abi-ppc64.cpp -----------------------------------------------------===//
//
// LDC the LLVM D compiler
// LDC ? the LLVM D compiler
//
// This file is distributed under the BSD-style LDC license. See the LICENSE
// file for details.
@@ -63,7 +63,7 @@ struct PPC64TargetABI : TargetABI {
{
}
void rewriteFunctionType(TypeFunction* tf)
void rewriteFunctionType(TypeFunction* tf, IrFuncTy &fty)
{
}
};