| Index: tests_lit/llvm2ice_tests/fpcall.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fpcall.ll b/tests_lit/llvm2ice_tests/fpcall.ll
|
| index 5f737ae94cdff231af29652a277bb64018a9b38f..969ca8d82c6fda1e17cb8b9b281aff4c8bec29af 100644
|
| --- a/tests_lit/llvm2ice_tests/fpcall.ll
|
| +++ b/tests_lit/llvm2ice_tests/fpcall.ll
|
| @@ -3,10 +3,8 @@
|
| ; particular, the top-of-stack must be popped regardless of whether
|
| ; its value is used.
|
|
|
| -; RUN: %p2i --assemble --disassemble -i %s --args -O2 --verbose none \
|
| -; RUN: | FileCheck %s
|
| -; RUN: %p2i --assemble --disassemble -i %s --args -Om1 --verbose none \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 | FileCheck %s
|
| +; RUN: %p2i --filetype=obj --disassemble -i %s --args -Om1 | FileCheck %s
|
|
|
| declare float @dummy()
|
|
|
|
|