aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/GlobalISel/gisel-abort.ll')
-rw-r--r--test/CodeGen/AArch64/GlobalISel/gisel-abort.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll b/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll
deleted file mode 100644
index a1480c46fe40..000000000000
--- a/test/CodeGen/AArch64/GlobalISel/gisel-abort.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -mtriple=aarch64-unknown-unknown -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s
-
-; CHECK-NOT: fallback
-; CHECK: empty
-define void @empty() {
- ret void
-}
-