Index: tests_lit/llvm2ice_tests/adv-switch-opt.ll |
diff --git a/tests_lit/llvm2ice_tests/adv-switch-opt.ll b/tests_lit/llvm2ice_tests/adv-switch-opt.ll |
index fd3038bc13578383b0ff838174fc66b872914d7e..664e66bea92c435c42724dccb450dd37c85d6912 100644 |
--- a/tests_lit/llvm2ice_tests/adv-switch-opt.ll |
+++ b/tests_lit/llvm2ice_tests/adv-switch-opt.ll |
@@ -32,9 +32,8 @@ sw.epilog: |
; CHECK: sub [[IND:[^,]+]],0x5b |
; CHECK-NEXT: cmp [[IND]],0x8 |
; CHECK-NEXT: ja |
-; CHECK-NEXT: mov [[BASE:[^,]+]],0x0 {{[0-9a-f]+}}: R_386_32 .{{.*}}testJumpTable$jumptable |
-; CHECK-NEXT: mov {{.*}},DWORD PTR {{\[}}[[BASE]]+[[IND]]*4] |
-; CHECK-NEXT: jmp |
+; CHECK-NEXT: mov [[TARGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_386_32 .{{.*}}testJumpTable$jumptable |
+; CHECK-NEXT: jmp [[TARGET]] |
; Continuous ranges which map to the same target should be grouped and |
; efficiently tested. |