| Index: tests_lit/llvm2ice_tests/empty-func.ll
|
| diff --git a/tests_lit/llvm2ice_tests/empty-func.ll b/tests_lit/llvm2ice_tests/empty-func.ll
|
| deleted file mode 100644
|
| index 5dad8804444f84123e240362345db058097e5732..0000000000000000000000000000000000000000
|
| --- a/tests_lit/llvm2ice_tests/empty-func.ll
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -; Trivial test of a trivial function.
|
| -
|
| -; RUN: %p2i -i %s --args --verbose inst | FileCheck %s
|
| -; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
| -; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| -
|
| -define void @foo() {
|
| -; CHECK: define void @foo()
|
| -entry:
|
| - ret void
|
| -; CHECK: entry
|
| -; CHECK-NEXT: ret void
|
| -}
|
| -
|
| -; ERRORS-NOT: ICE translation error
|
| -; DUMP-NOT: SZ
|
|
|