Skip to content

Commit 577c5d1

Browse files
committed
fixup!
1 parent 1083417 commit 577c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ static Value *null_pointer_cmp(jl_codectx_t &ctx, Value *v)
16111611
return ctx.builder.CreateICmpNE(
16121612
v,
16131613
ctx.builder.CreateAddrSpaceCast(
1614-
Constant::getNullValue(ctx.builder.getPtrTy(0)), T);
1614+
Constant::getNullValue(ctx.builder.getPtrTy(0)), T));
16151615
}
16161616

16171617

0 commit comments

Comments
 (0)