Skip to content

Commit 008ddff

Browse files
committed
fix
1 parent ec86bb7 commit 008ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gradientutils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function call_same_with_inverted_arg_if_active!(
218218
insert!(args, 1, new_from_original(gutils, orig))
219219
end
220220
prefn = LLVM.called_operand(orig)::LLVM.Function
221-
condfn = get_or_insert_conditional_execute(prefn; postprocess, postprocess_const, cmpidx)
221+
condfn = get_or_insert_conditional_execute!(prefn; postprocess, postprocess_const, cmpidx)
222222

223223
res = LLVM.Value(
224224
API.EnzymeGradientUtilsCallWithInvertedBundles(

0 commit comments

Comments
 (0)