| Index: tests_lit/reader_tests/branch.ll
|
| diff --git a/tests_lit/reader_tests/branch.ll b/tests_lit/reader_tests/branch.ll
|
| index 66e9d5ec88c9d8abcd669d09ddc68829223771a6..46b7ffa736e606519cd07793b95a701b390745d3 100644
|
| --- a/tests_lit/reader_tests/branch.ll
|
| +++ b/tests_lit/reader_tests/branch.ll
|
| @@ -1,10 +1,6 @@
|
| ; Tests if we handle a branch 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 void @SimpleBranch() {
|
| entry:
|
|
|