Skip to content

Commit 575e93e

Browse files
arsenmnikic
andauthored
Update llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
Co-authored-by: Nikita Popov <[email protected]>
1 parent ff2566a commit 575e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
591591
constexpr unsigned BitsPerStorageElt = 64;
592592
DenseMap<PredicateWithCC, LibcallsWithCC> Pred2Funcs;
593593

594-
SmallVector<uintptr_t, 32> BitsetValues(
594+
SmallVector<uint64_t, 32> BitsetValues(
595595
divideCeil(RuntimeLibcallImplDefList.size(), BitsPerStorageElt));
596596

597597
for (const Record *Elt : *Elements) {

0 commit comments

Comments
 (0)