SILArgument: Make Decls mandatory for function arguments.

Swift SVN r11099
This commit is contained in:
Adrian Prantl
2013-12-10 23:30:23 +00:00
parent 61318e33f0
commit 2acb71831e
8 changed files with 100 additions and 45 deletions

View File

@@ -448,7 +448,7 @@ public:
void emitProlog(AnyFunctionRef TheClosure, ArrayRef<Pattern*> paramPatterns,
Type resultType);
void emitProlog(ArrayRef<Pattern*> paramPatterns,
Type resultType);
Type resultType, DeclContext *DeclCtx);
/// \brief Create (but do not emit) the epilog branch, and save the
/// current cleanups depth as the destination for return statement branches.