mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SILArgument: Make Decls mandatory for function arguments.
Swift SVN r11099
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user