| Index: tests_lit/llvm2ice_tests/branch-simple.ll
|
| diff --git a/tests_lit/llvm2ice_tests/branch-simple.ll b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| index 5e1a8a691ea266a9de96672e1008a57eef79bae9..3e763e5249331c9ed6b46536e5661b42287fb578 100644
|
| --- a/tests_lit/llvm2ice_tests/branch-simple.ll
|
| +++ b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| @@ -4,6 +4,8 @@
|
| ; we don't lower to a cmp instructions with an immediate as the first
|
| ; source operand.
|
|
|
| +; REQUIRES: allow_dump
|
| +
|
| ; RUN: %p2i -i %s --args -O2 --verbose inst | FileCheck %s
|
| ; RUN: %p2i -i %s --args -Om1 --verbose inst | FileCheck %s
|
|
|
|
|