Skip to content

Commit

Permalink
hl: Rename values region to body in generic selection expr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Sep 9, 2024
1 parent 2aab276 commit 9d2b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/Dialect/HighLevel/HighLevelOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ def HighLevel_GenericSelectionExpr
, Results< (outs AnyType:$result) >
{
let summary = "C11 _Generic expression.";
let regions = (region AnyRegion:$control, AnyRegion:$values);
let regions = (region AnyRegion:$control, AnyRegion:$body);

let skipDefaultBuilders = 1;
let builders = [
Expand Down

0 comments on commit 9d2b242

Please sign in to comment.