Index: tests_lit/llvm2ice_tests/unnamed.ll |
diff --git a/tests_lit/llvm2ice_tests/unnamed.ll b/tests_lit/llvm2ice_tests/unnamed.ll |
index 8b623ab6850fd491ee91037972d7e8eb74cfda98..13879dc04c5254a083a657c317ce9cfc80b01999 100644 |
--- a/tests_lit/llvm2ice_tests/unnamed.ll |
+++ b/tests_lit/llvm2ice_tests/unnamed.ll |
@@ -1,9 +1,9 @@ |
; Tests that we name unnamed global addresses. |
-; RUN: %llvm2ice -notranslate -verbose=inst < %s | FileCheck %s |
+; RUN: %p2i -i %s --args -notranslate -verbose=inst | FileCheck %s |
jvoung (off chromium)
2014/09/24 20:35:19
is this the same as --insts ?
Karl
2014/09/24 21:01:22
Yes. Fixed.
|
-; RUN: %llvm2ice -notranslate -verbose=inst -default-function-prefix=h \ |
-; RUN: -default-global-prefix=g < %s | FileCheck --check-prefix=BAD %s |
+; RUN: %p2i -i %s --insts --args -default-function-prefix=h \ |
+; RUN: -default-global-prefix=g | FileCheck --check-prefix=BAD %s |
@0 = internal global [4 x i8] zeroinitializer, align 4 |