| Index: tests_lit/llvm2ice_tests/alloc.ll
|
| diff --git a/tests_lit/llvm2ice_tests/alloc.ll b/tests_lit/llvm2ice_tests/alloc.ll
|
| index b801304d27ffaa8283116e96702ad6f375fbdb0d..edb4d116f29ffebf604ff07116b1bc00bf43a42e 100644
|
| --- a/tests_lit/llvm2ice_tests/alloc.ll
|
| +++ b/tests_lit/llvm2ice_tests/alloc.ll
|
| @@ -7,8 +7,6 @@
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s
|
| ; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
| -; TODO(kschimpf) Find out why lc2i is needed.
|
| -; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define void @fixed_416_align_16(i32 %n) {
|
| entry:
|
| @@ -122,4 +120,3 @@ entry:
|
| }
|
|
|
| ; ERRORS-NOT: ICE translation error
|
| -; DUMP-NOT: SZ
|
|
|