| Index: tests_lit/llvm2ice_tests/fpconst.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
|
| index eb43c8ecd4cabfbd5f242ce03b7d2d6b2bfda895..1e40f76e96395fed61e6c12d10c7b804113227cf 100644
|
| --- a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
|
| @@ -1,4 +1,6 @@
|
| -; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
| +; RUN: | FileCheck --check-prefix=DUMP %s
|
|
|
| ; This is a smoke test for floating-point constant pooling. It tests
|
| ; pooling of various float and double constants (including positive
|
|
|