Skip to content

Commit 450e9aa

Browse files
committed
add type of the int, which for some reason passed locally at one point... good grief.
1 parent a2caecf commit 450e9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/IR/func.cir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ cir.func @has_attrs() attributes {foo, baz = 5, floof = "flop"} {
191191
cir.return
192192
}
193193

194-
// CHECK: cir.func @has_attrs() attributes {baz = 5, floof = "flop", foo} {
194+
// CHECK: cir.func @has_attrs() attributes {baz = 5 : i64{{.*}}, floof = "flop", foo} {
195195
// CHECK: cir.return
196196
// CHECK: }

0 commit comments

Comments
 (0)