Index: tests_lit/llvm2ice_tests/store.ll |
diff --git a/tests_lit/llvm2ice_tests/store.ll b/tests_lit/llvm2ice_tests/store.ll |
index 789a1de0ed2f422b07aae04749da07ddbde116e1..8b92942287663325db15f3d2ef28cf78d0cc48ce 100644 |
--- a/tests_lit/llvm2ice_tests/store.ll |
+++ b/tests_lit/llvm2ice_tests/store.ll |
@@ -1,10 +1,9 @@ |
; Simple test of the store instruction. |
-; 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 |
+; TODO(kschimpf) Find out why lc2i is needed, and fix. |
+; RUN: %lc2i -i %s --args --verbose inst | FileCheck %s |
+; RUN: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
+; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
define void @store_i64(i32 %addr_arg) { |
entry: |