| Index: tests_lit/reader_tests/compare.ll
|
| diff --git a/tests_lit/reader_tests/compare.ll b/tests_lit/reader_tests/compare.ll
|
| index 40f65dbb172fc206345f07d35e62060ee59a7de6..51eb581710830d137b5439320393aca33aa31e7c 100644
|
| --- a/tests_lit/reader_tests/compare.ll
|
| +++ b/tests_lit/reader_tests/compare.ll
|
| @@ -1,10 +1,6 @@
|
| ; Test if we can read compare instructions.
|
|
|
| -; RUN: llvm-as < %s | pnacl-freeze -allow-local-symbol-tables \
|
| -; RUN: | %llvm2ice -notranslate -verbose=inst -build-on-read \
|
| -; RUN: -allow-pnacl-reader-error-recovery \
|
| -; RUN: -allow-local-symbol-tables \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --insts | FileCheck %s
|
|
|
| define i1 @IcmpI1(i32 %p1, i32 %p2) {
|
| entry:
|
|
|