Skip to content

Commit defb45c

Browse files
jpienaarRiver707
andauthored
Update mlir/include/mlir/IR/BuiltinLocationAttributes.td
Co-authored-by: River Riddle <[email protected]>
1 parent b6c89f4 commit defb45c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/IR/BuiltinLocationAttributes.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def FileLineColRange : Builtin_LocationAttr<"FileLineColRange"> {
9494
// locations are only set in storage.
9595
let parameters = (ins "StringAttr":$filename);
9696
let builders = [
97-
9897
AttrBuilderWithInferredContext<(ins "StringAttr":$filename), [{
9998
return $_get(filename.getContext(), filename, ArrayRef<unsigned>{});
10099
}]>,

0 commit comments

Comments
 (0)