Skip to content

Commit 5488861

Browse files
committed
[SE-0368] StaticBigInt: extra CreateLoad argument
1 parent bcc9356 commit 5488861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IRGen/GenIntegerLiteral.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ llvm::Value *irgen::emitIntLiteralWordAtIndex(
435435
(void)flags; // [[maybe_unused]]
436436
return IGF.Builder.CreateLoad(
437437
IGF.Builder.CreateInBoundsGEP(IGF.IGM.SizeTy, data, index),
438+
IGF.IGM.SizeTy,
438439
IGF.IGM.getPointerAlignment()
439440
);
440441
}

0 commit comments

Comments
 (0)