Skip to content

Commit

Permalink
hl: Remove empty else assembly form of constant attribute from VardDe…
Browse files Browse the repository at this point in the history
…clOp.
  • Loading branch information
xlauko authored and Jezurko committed Nov 25, 2024
1 parent b6f7c60 commit e341668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/Dialect/HighLevel/HighLevelVar.td
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def HighLevel_VarDeclOp
];

let assemblyFormat = [{
$sym_name attr-dict (`,`$linkage^)? (`constant` $constant^):(``)? custom< StorageClasses >($storageClass, $threadStorageClass)
$sym_name attr-dict (`,`$linkage^)? (`constant` $constant^)? custom< StorageClasses >($storageClass, $threadStorageClass)
`:` $type
(`=` $initializer^)?
(`allocation_size` $allocation_size^)?
Expand Down

0 comments on commit e341668

Please sign in to comment.