blob: f2e7c08c88be93b4754c178f9e17e662ae6d1eb7 [file] [log] [blame]
'use strict';
module.exports = {
llvm_dialect : $ => prec.right(choice(
seq('llvm.func', $._op_func),
seq('llvm.return',
field('attributes', optional($.attribute)),
field('results', optional($._value_use_type_list)))))
}