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 5202b8d64fc29ced5494a9fee12c4d5e561b115f..f104c13b0cfc2ffbb449c576eea0c50c6f764fa1 100644 |
| --- a/tests_lit/llvm2ice_tests/switch-opt.ll |
| +++ b/tests_lit/llvm2ice_tests/switch-opt.ll |
| @@ -2,8 +2,6 @@ |
| ; same label which also results in phi instructions with multiple |
| ; entries for the same incoming edge. |
| -; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 | FileCheck %s |
|
jvoung (off chromium)
2015/07/29 21:31:17
Why remove this?
ascull
2015/07/29 22:43:05
Since there is no longer an --adv-switch flag, x86
|
| - |
| ; TODO(jvoung): Update to -02 once the phi assignments is done for ARM |
| ; RUN: %if --need=target_ARM32 --need=allow_dump \ |
| ; RUN: --command %p2i --filetype=asm --assemble --disassemble \ |