Fix "[llvm/CodeGen] Enable the ExpandLargeDivRem pass for X86, Arm and AArch64" compilation on Windows

This commit is contained in:
Matthias Gehre 2022-09-06 15:55:28 +01:00
parent db818219c5
commit 7948d89afe
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public:
bool hasDivRemOp(Type *DataType, bool IsSigned) const { return false; }
bool maxLegalDivRemBitWidth() const {
unsigned maxLegalDivRemBitWidth() const {
return llvm::IntegerType::MAX_INT_BITS;
}