summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll b/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
index 84d8faf62c8..faaa725486f 100644
--- a/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
+++ b/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
@@ -1,4 +1,5 @@
; RUN: llc -mtriple=aarch64_be-- %s -o /dev/null -debug-only=isel -O0 2>&1 | FileCheck %s
+; REQUIRES: asserts
; This test uses big endian in order to force an abort since it's not currently supported for GISel.
; The purpose is to check that we don't fall back to FastISel. Checking the pass structure is insufficient