Skip to content

Commit e44a6c9

Browse files
committed
Adjust type to fix Windows compilation
1 parent 2cc1d42 commit e44a6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/ExpandFp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class FRemExpander {
7878
Value *One;
7979

8080
/// The sign bit for floating point values of type \p FremTy.
81-
const unsigned long Signbit;
81+
const unsigned long long Signbit;
8282

8383
public:
8484
static std::optional<FRemExpander> create(IRBuilder<> &B, Type *Ty) {

0 commit comments

Comments
 (0)