| commit | 533a514f4d045a6cd9d2dd9fccb54f86094e6ef3 | [log] [tgz] |
|---|---|---|
| author | Jim Stichnoth <stichnot@chromium.org> | Thu Oct 06 14:24:38 2016 -0700 |
| committer | Jim Stichnoth <stichnot@chromium.org> | Thu Oct 06 14:24:38 2016 -0700 |
| tree | c4999cafd43c2b9dcd159f0eb309e49ebdbe357c | |
| parent | afe5fe227a89523c708b9543bbba1db90be36c82 [diff] |
Subzero: Fix "make -f Makefile.standalone check-lit FORCEASM=1". https://codereview.chromium.org/2384983002/ apparently didn't test the full "make presubmit", otherwise this would have been caught. BUG= none TBR=jpp@chromium.org Review URL: https://codereview.chromium.org/2399873003 .
diff --git a/tests_lit/llvm2ice_tests/unreachable.ll b/tests_lit/llvm2ice_tests/unreachable.ll index 3b0a00f..d8e4420 100644 --- a/tests_lit/llvm2ice_tests/unreachable.ll +++ b/tests_lit/llvm2ice_tests/unreachable.ll
@@ -52,7 +52,7 @@ ; ARM32-LABEL: divide ; ARM32: tst -; ARM32: udf +; ARM32: e7fedef0 ; ARM32: bl {{.*}} __divsi3 ; ARM32: bx lr