| Index: tests_lit/reader_tests/alloca.ll
|
| diff --git a/tests_lit/reader_tests/alloca.ll b/tests_lit/reader_tests/alloca.ll
|
| index 04b203a231139dbc30b883ffea1e92077edb2d3c..fd1dea33e9a080b92ecac897c7744dc4002a2f60 100644
|
| --- a/tests_lit/reader_tests/alloca.ll
|
| +++ b/tests_lit/reader_tests/alloca.ll
|
| @@ -1,10 +1,6 @@
|
| ; Test if we can read alloca 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
|
|
|
| ; Show examples where size is defined by a constant.
|
|
|
|
|