From 6145b11cd88c22f4a503f8d4ed33d15266cb7a85 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Tue, 7 Aug 2018 05:51:21 +0000 Subject: Update isl to isl-0.20-48-g13eba5b5 This is a regular maintenance updated. llvm-svn: 339095 --- polly/lib/External/isl/interface/python.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'polly/lib/External/isl/interface/python.h') diff --git a/polly/lib/External/isl/interface/python.h b/polly/lib/External/isl/interface/python.h index 554e52fd7e5..27d8889b32e 100644 --- a/polly/lib/External/isl/interface/python.h +++ b/polly/lib/External/isl/interface/python.h @@ -10,10 +10,10 @@ private: set done; public: - python_generator(set &exported_types, + python_generator(SourceManager &SM, set &exported_types, set exported_functions, set functions) : - generator(exported_types, exported_functions, functions) {} + generator(SM, exported_types, exported_functions, functions) {} virtual void generate(); @@ -24,7 +24,8 @@ private: const vector &super); void print_type_check(const string &type, int pos, bool upcast, const string &super, const string &name, int n); - void print_callback(QualType type, int arg); + void print_copy(QualType type); + void print_callback(ParmVarDecl *param, int arg); void print_arg_in_call(FunctionDecl *fd, int arg, int skip); void print_argtypes(FunctionDecl *fd); void print_method_return(FunctionDecl *method); -- cgit v1.2.3