| Index: tests_lit/llvm2ice_tests/struct-arith.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll b/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll
|
| index de68416c61ccec35cf2b6a53edc91b009edae9fd..85016cf7a0e74d3cfc2d29905193bd9e444b6480 100644
|
| --- a/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll
|
| @@ -1,11 +1,9 @@
|
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| -; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
| +; This test is lowered from C code that does some simple aritmetic
|
| +; with struct members.
|
|
|
| -; This file is lowered from C code that does some simple aritmetic with
|
| -; struct members. It's also built with the PNaCl toolchain so this is the
|
| -; stable ABI subset of LLVM IR (structs are gone, pointers turned into i32,
|
| -; geps gone, etc.)
|
| +; RUN: %llvm2ice --verbose inst %s | FileCheck %s
|
| +; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| +; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define internal i32 @compute_important_function(i32 %v1, i32 %v2) {
|
| entry:
|
|
|