[AVR] Change limit type to match the argument type (NFC)
llvm-svn: 363832
diff --git a/llvm/lib/Target/AVR/AVRISelLowering.cpp b/llvm/lib/Target/AVR/AVRISelLowering.cpp
index f6e1ba8..b6ba5f2 100644
--- a/llvm/lib/Target/AVR/AVRISelLowering.cpp
+++ b/llvm/lib/Target/AVR/AVRISelLowering.cpp
@@ -237,7 +237,7 @@
setLibcallName(RTLIB::COS_F32, "cos");
setMinFunctionAlignment(1);
- setMinimumJumpTableEntries(INT_MAX);
+ setMinimumJumpTableEntries(UINT_MAX);
}
const char *AVRTargetLowering::getTargetNodeName(unsigned Opcode) const {