Chromium Code Reviews| Index: tests_lit/llvm2ice_tests/loop-nest-depth.ll |
| diff --git a/tests_lit/llvm2ice_tests/loop-nest-depth.ll b/tests_lit/llvm2ice_tests/loop-nest-depth.ll |
| index a899e50c0f263dbaf43d7f5f7b9a9ea8c512adca..14f5589bef7ba3bfe2a239e9f1d93c7f8bf45103 100644 |
| --- a/tests_lit/llvm2ice_tests/loop-nest-depth.ll |
| +++ b/tests_lit/llvm2ice_tests/loop-nest-depth.ll |
| @@ -4,7 +4,7 @@ |
| ; Single threaded so that the dumps used for checking happen in order |
|
Jim Stichnoth
2016/01/13 00:36:44
End this sentence with a period.
sehr
2016/01/13 18:15:35
Done.
|
| ; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 --verbose=loop \ |
| -; RUN: --threads=0 | FileCheck %s |
| +; RUN: -log=%t --threads=0 && FileCheck %s < %t |
| define internal void @test_single_loop(i32 %a32) { |
| entry: |