Index: tests_lit/llvm2ice_tests/arith-opt.ll |
diff --git a/tests_lit/llvm2ice_tests/arith-opt.ll b/tests_lit/llvm2ice_tests/arith-opt.ll |
index bc1a6a32fbf92caf7021f153373a8123725d9897..705c55c9da6b87308a199f773972bd07f385e476 100644 |
--- a/tests_lit/llvm2ice_tests/arith-opt.ll |
+++ b/tests_lit/llvm2ice_tests/arith-opt.ll |
@@ -1,11 +1,9 @@ |
; This is a very early test that just checks the representation of i32 |
; arithmetic instructions. No assembly tests are done. |
-; 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 --args --verbose inst | FileCheck %s |
+; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
+; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
define i32 @Add(i32 %a, i32 %b) { |
; CHECK: define i32 @Add |