diff options
Diffstat (limited to 'test/CodeGen/X86/switch-bt.ll')
| -rw-r--r-- | test/CodeGen/X86/switch-bt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/switch-bt.ll b/test/CodeGen/X86/switch-bt.ll index 6a2cbe1ec6ca..e4fbbeb26c3a 100644 --- a/test/CodeGen/X86/switch-bt.ll +++ b/test/CodeGen/X86/switch-bt.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -asm-verbose=false < %s | FileCheck %s +; RUN: llc -march=x86-64 -asm-verbose=false < %s -jump-table-density=40 | FileCheck %s ; This switch should use bit tests, and the third bit test case is just ; testing for one possible value, so it doesn't need a bt. |
