|
@@ -613,9 +613,9 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
|
|
|
setPrefLoopAlignment(STI.getPrefLoopAlignment());
|
|
|
|
|
|
// Only change the limit for entries in a jump table if specified by
|
|
|
- // the subtarget, but not at the command line.
|
|
|
+ // the sub target, but not at the command line.
|
|
|
unsigned MaxJT = STI.getMaximumJumpTableSize();
|
|
|
- if (MaxJT && getMaximumJumpTableSize() == 0)
|
|
|
+ if (MaxJT && getMaximumJumpTableSize() == UINT_MAX)
|
|
|
setMaximumJumpTableSize(MaxJT);
|
|
|
|
|
|
setHasExtractBitsInsn(true);
|