Skip to content

Commit 64dc4ce

Browse files
lkorencxlauko
authored andcommitted
conv:irstollvm: Lower UnionDeclOp.
1 parent 7010f05 commit 64dc4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vast/Conversion/Common/IRsToLLVM.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ namespace vast::conv::irstollvm
4646
ignore_pattern< hl::PredefinedExpr >,
4747
ignore_pattern< hl::AddressOf >,
4848
erase_pattern< hl::StructDeclOp >,
49+
erase_pattern< hl::UnionDeclOp >,
4950
erase_pattern< hl::TypeDeclOp >
5051
>;
5152

0 commit comments

Comments
 (0)