Skip to content

Commit

Permalink
regent: missing inline field in the vectorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
magnatelee committed Aug 31, 2015
1 parent f08bcb8 commit 7ae8392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language/src/legion/vectorize_loops.t
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ function flip_types.expr(cx, simd_width, symbol, node)
}
return ast.typed.ExprCall {
fn = fn_node,
inline = "allow",
args = args,
expr_type = rval_type,
span = node.span,
Expand Down

0 comments on commit 7ae8392

Please sign in to comment.