Skip to content

Commit 1688c87

Browse files
s/requires/REQUIRES to fix the test on release build
1 parent f2942b9 commit 1688c87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/test/CodeGen/X86/jump-table-partition.ll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
; -stats requires asserts
2-
; requires: asserts
3-
4-
; COM: Investigate test failure and re-enable the test.
5-
; UNSUPPORTED: target={{.*}}
2+
; REQUIRES: asserts
63

74
; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
85
; jump table entries so 'switch' needs fewer cases to generate a jump table.

0 commit comments

Comments
 (0)