Skip to content

Commit 3ecafef

Browse files
committed
Fix type of preserved_args
1 parent 500d12f commit 3ecafef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function compile_mlir!(mod, f, args; optimize=true)
288288
)
289289
end
290290

291-
preserved_args = Tuple{TracedRArray,Int}[]
291+
preserved_args = Tuple{TracedTypes,Int}[]
292292
results = [MLIR.IR.operand(ret, i) for i in 1:MLIR.IR.noperands(ret)]
293293
nresults = MLIR.IR.Value[]
294294
linear_results2 = TracedTypes[]

0 commit comments

Comments
 (0)