summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAmara Emerson <aemerson@apple.com>2018-01-24 22:40:25 +0000
committerAmara Emerson <aemerson@apple.com>2018-01-24 22:40:25 +0000
commit5ee0398849ffd375d58a9cc7d4607c1c39213be2 (patch)
tree21a2121e0806ab781c7ec1785412a01ffdf8c000 /llvm/test
parent4890a71f021fa521163d45f8e8af5d9e1fa6f34f (diff)
downloadbcm5719-llvm-5ee0398849ffd375d58a9cc7d4607c1c39213be2.tar.gz
bcm5719-llvm-5ee0398849ffd375d58a9cc7d4607c1c39213be2.zip
[GlobalISel] Add a requires: asserts to a test.
llvm-svn: 323384
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll b/llvm/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
index 84d8faf62c8..faaa725486f 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud