Chromium Code Reviews| Index: tests_lit/llvm2ice_tests/switch-opt.ll |
| diff --git a/tests_lit/llvm2ice_tests/switch-opt.ll b/tests_lit/llvm2ice_tests/switch-opt.ll |
| index 710879c5e7212d5ff5ef17e0256c90f4072e5fcc..14cce12ca191a267dbb98c92789debeb880ffac6 100644 |
| --- a/tests_lit/llvm2ice_tests/switch-opt.ll |
| +++ b/tests_lit/llvm2ice_tests/switch-opt.ll |
| @@ -2,11 +2,9 @@ |
| ; same label which also results in phi instructions with multiple |
| ; entries for the same incoming edge. |
| -; RUN: %llvm2ice --verbose inst %s | FileCheck %s |
| -; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
| -; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s |
| -; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \ |
| -; RUN: | FileCheck --check-prefix=DUMP %s |
| +; RUN: %p2i -i %s -a --verbose inst | FileCheck %s |
| +; RUN: %p2i -i %s -a --verbose none | FileCheck --check-prefix=ERRORS %s |
|
jvoung (off chromium)
2014/09/24 20:35:19
nit: extra space
Karl
2014/09/24 21:01:22
Done.
Karl
2014/09/24 21:01:22
Done.
|
| +; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
| define i32 @testSwitch(i32 %a) { |
| entry: |