Chromium Code Reviews| 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 3e763e5249331c9ed6b46536e5661b42287fb578..5f821d8202eb40621d8fa71977a0f84940df0424 100644 |
| --- a/tests_lit/llvm2ice_tests/branch-simple.ll |
| +++ b/tests_lit/llvm2ice_tests/branch-simple.ll |
| @@ -6,8 +6,8 @@ |
| ; REQUIRES: allow_dump |
| -; RUN: %p2i -i %s --args -O2 --verbose inst | FileCheck %s |
| -; RUN: %p2i -i %s --args -Om1 --verbose inst | FileCheck %s |
| +; RUN: %p2i -i %s --args -O2 --verbose inst -threads=0 | FileCheck %s |
|
Karl
2015/02/08 21:11:57
Same here.
|
| +; RUN: %p2i -i %s --args -Om1 --verbose inst -threads=0 | FileCheck %s |
|
Karl
2015/02/08 21:11:57
And here (remove -threads=0)?
|
| define i32 @simple_cond_branch(i32 %foo, i32 %bar) { |
| entry: |