Skip to content

Commit 04983a6

Browse files
committed
fixup! [RISCV] Add MinimumJumpTableEntries to TuneInfo
Remove default value
1 parent 5a715e0 commit 04983a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),
5858
cl::desc("Enable the use of AA during codegen."));
5959

6060
static cl::opt<unsigned> RISCVMinimumJumpTableEntries(
61-
"riscv-min-jump-table-entries", cl::init(5), cl::Hidden,
61+
"riscv-min-jump-table-entries", cl::Hidden,
6262
cl::desc("Set minimum number of entries to use a jump table on RISCV"));
6363

6464
void RISCVSubtarget::anchor() {}

0 commit comments

Comments
 (0)