Skip to content

Commit e2485f3

Browse files
committed
[mlir] Update the Builtin dialect to use prefixed accessors
Been >2 weeks since flipped to Both, following update procedure and flipping to prefixed.
1 parent 224e9be commit e2485f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/BuiltinDialect.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def Builtin_Dialect : Dialect {
3434

3535
public:
3636
}];
37-
let emitAccessorPrefix = kEmitAccessorPrefix_Both;
37+
let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
3838
}
3939

4040
#endif // BUILTIN_BASE

0 commit comments

Comments
 (0)