]> granicus.if.org Git - llvm/commitdiff
[AVR] Change limit type to match the argument type (NFC)
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 19 Jun 2019 16:12:12 +0000 (16:12 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Wed, 19 Jun 2019 16:12:12 +0000 (16:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363832 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AVR/AVRISelLowering.cpp

index f6e1ba8d1b3686a9857395a4d77db0234b85a78f..b6ba5f22fafb03c0e73250acaac73a245055c590 100644 (file)
@@ -237,7 +237,7 @@ AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM,
   setLibcallName(RTLIB::COS_F32, "cos");
 
   setMinFunctionAlignment(1);
-  setMinimumJumpTableEntries(INT_MAX);
+  setMinimumJumpTableEntries(UINT_MAX);
 }
 
 const char *AVRTargetLowering::getTargetNodeName(unsigned Opcode) const {