Skip to content

Commit 567f6c1

Browse files
author
Evandro Menezes
committed
[AVR] Change limit type to match the argument type (NFC)
llvm-svn: 363832
1 parent 56c45e9 commit 567f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AVR/AVRISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM,
237237
setLibcallName(RTLIB::COS_F32, "cos");
238238

239239
setMinFunctionAlignment(1);
240-
setMinimumJumpTableEntries(INT_MAX);
240+
setMinimumJumpTableEntries(UINT_MAX);
241241
}
242242

243243
const char *AVRTargetLowering::getTargetNodeName(unsigned Opcode) const {

0 commit comments

Comments
 (0)