diff options
Diffstat (limited to 'test/CodeGen/Mips/Fast-ISel/nullvoid.ll')
| -rw-r--r-- | test/CodeGen/Mips/Fast-ISel/nullvoid.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Mips/Fast-ISel/nullvoid.ll b/test/CodeGen/Mips/Fast-ISel/nullvoid.ll deleted file mode 100644 index 617b9bb07dd9..000000000000 --- a/test/CodeGen/Mips/Fast-ISel/nullvoid.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32r2 \ -; RUN: < %s | FileCheck %s -; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32 \ -; RUN: < %s | FileCheck %s - -; Function Attrs: nounwind -define void @foo() { -entry: - ret void -; CHECK: jr $ra -} |
