more cleaning

This commit is contained in:
Philippe Tillet
2019-10-17 00:36:46 -04:00
parent 4bfe998cc8
commit ae24621825
10 changed files with 205 additions and 322 deletions

View File

@@ -25,6 +25,10 @@ unsigned argument::get_arg_no() const {
return arg_no_;
}
void argument::accept(visitor *v) {
v->visit_argument(this);
}
/* function */
function::function(function_type *ty, linkage_types_t linkage,