[CodeGen] Refactor the option for the maximum jump table size
authorEvandro Menezes <e.menezes@samsung.com>
Fri, 29 Mar 2019 17:28:11 +0000 (17:28 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Fri, 29 Mar 2019 17:28:11 +0000 (17:28 +0000)
commit0f797b873292eb0fe01ade51f2f023b56518aed0
tree723a6c92449c9444efc70e795686291d853efd67
parent610036c506218dbc70464fc2fb7b86dc4d6f906a
[CodeGen] Refactor the option for the maximum jump table size

Refactor the option `max-jump-table-size` to default to the maximum
representable number.  Essentially, NFC.

llvm-svn: 357280
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/TargetLoweringBase.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp