| Index: tests_lit/llvm2ice_tests/unreachable.ll
|
| diff --git a/tests_lit/llvm2ice_tests/unreachable.ll b/tests_lit/llvm2ice_tests/unreachable.ll
|
| index ab547048dd6b42c9913c54eba62188ef0c318fab..b8626251dde5af9071530d1e5df3937abddd1b53 100644
|
| --- a/tests_lit/llvm2ice_tests/unreachable.ll
|
| +++ b/tests_lit/llvm2ice_tests/unreachable.ll
|
| @@ -20,5 +20,11 @@ return: ; preds = %entry
|
| ret i32 %div
|
| }
|
|
|
| +; CHECK: cmp
|
| +; CHECK: call ice_unreachable
|
| +; CHECK: cdq
|
| +; CHECK: idiv
|
| +; CHECK: ret
|
| +
|
| ; ERRORS-NOT: ICE translation error
|
| ; DUMP-NOT: SZ
|
|
|