Skip to content

Commit c0e6abf

Browse files
committed
Use size 16
1 parent fe8a43b commit c0e6abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86CallingConv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ static bool CC_X86_64_I128(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
365365
State.addLoc(Pending);
366366
}
367367
} else {
368-
int64_t Offset = State.AllocateStack(8, Align(16));
368+
int64_t Offset = State.AllocateStack(16, Align(16));
369369
for (auto &Pending : PendingMembers) {
370370
Pending.convertToMem(Offset);
371371
State.addLoc(Pending);

0 commit comments

Comments
 (0)