Skip to content

Commit eff046f

Browse files
committed
Update order of elements to match upstream
1 parent bce0803 commit eff046f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMDialectBytecode.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ def DICompositeTypeAttr : DialectAttribute<(attr
188188
LocalVar<"DIFlags", "(DIFlags)_rawflags">:$flags,
189189
VarInt:$sizeInBits,
190190
VarInt:$alignInBits,
191-
OptionalArrayRef<"DINodeAttr">:$elements,
192191
OptionalAttribute<"DIExpressionAttr">:$dataLocation,
193192
OptionalAttribute<"DIExpressionAttr">:$rank,
194193
OptionalAttribute<"DIExpressionAttr">:$allocated,
195-
OptionalAttribute<"DIExpressionAttr">:$associated
194+
OptionalAttribute<"DIExpressionAttr">:$associated,
195+
OptionalArrayRef<"DINodeAttr">:$elements
196196
)>;
197197

198198
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)