| Index: tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| index 5155da4efd78ef60c6bb48b33e1425f80049c6ec..be6f4c95ed3914ffe90b9324cb14c7ed0318996f 100644
|
| --- a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| @@ -4,8 +4,6 @@
|
| ; RUN: %p2i -i %s --args --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj
|
| ; 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
|
|
|
| @PrimitiveInit = internal global [4 x i8] c"\1B\00\00\00", align 4
|
| ; CHECK: .data
|
| @@ -130,4 +128,3 @@ entry:
|
| }
|
|
|
| ; ERRORS-NOT: ICE translation error
|
| -; DUMP-NOT: SZ
|
|
|