forked from OSchip/llvm-project
Fix "[llvm/CodeGen] Enable the ExpandLargeDivRem pass for X86, Arm and AArch64" compilation on Windows
This commit is contained in:
parent
db818219c5
commit
7948d89afe
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue