Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 94c4b7c

Browse files
committed
fixup! don't inline at_noinline methods
1 parent 9d776ae commit 94c4b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using Cassette
1717

1818
function transform(ctx, ref)
1919
ci = ref.code_info
20-
noinline = any(@nospecialize(x) -> Core.Compiler.isexpr(x, :meta) && x.args[1] == :noinline, CI.code)
20+
noinline = any(@nospecialize(x) -> Core.Compiler.isexpr(x, :meta) && x.args[1] == :noinline, ci.code)
2121
if !noinline
2222
ci.inlineable = true
2323
end

0 commit comments

Comments
 (0)