| Index: tests_lit/llvm2ice_tests/uncond_br.ll
|
| diff --git a/tests_lit/llvm2ice_tests/uncond_br.ll b/tests_lit/llvm2ice_tests/uncond_br.ll
|
| index 9a8fb2b157a76eede5201dba97b669a23b1cb25e..1e5bcae124a6a295a7205f8942364debccbe935f 100644
|
| --- a/tests_lit/llvm2ice_tests/uncond_br.ll
|
| +++ b/tests_lit/llvm2ice_tests/uncond_br.ll
|
| @@ -23,8 +23,8 @@ target:
|
| }
|
|
|
| ; MIPS32-LABEL: uncond1
|
| -; MIPS32: b 8 <.Luncond1$target>
|
| +; MIPS32: b {{[0-9]+}} <.Luncond1$target>
|
| ; MIPS32: <.Luncond1$target>:
|
| ; MIPS32: li
|
| ; MIPS32: addu
|
| -; MIPS32: b 8 <.Luncond1$target>
|
| +; MIPS32: b {{[0-9]+}} <.Luncond1$target>
|
|
|