Index: tests_lit/llvm2ice_tests/arithmetic-chain.ll |
diff --git a/tests_lit/llvm2ice_tests/arithmetic-chain.ll b/tests_lit/llvm2ice_tests/arithmetic-chain.ll |
index 3ca1ad08397e169a949a77c573a9a99dbea67d3c..2609ef718126ea82305f4c0ca5a40cb7998d929b 100644 |
--- a/tests_lit/llvm2ice_tests/arithmetic-chain.ll |
+++ b/tests_lit/llvm2ice_tests/arithmetic-chain.ll |
@@ -1,6 +1,8 @@ |
; RUIN: %llvm2ice -verbose inst %s | FileCheck %s |
; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
-; 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 |
define i64 @arithmetic_chain(i64 %foo, i64 %bar) { |
entry: |