summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-01-26 12:03:01 +0000
committerHans Wennborg <hans@hanshq.net>2018-01-26 12:03:01 +0000
commitf1286127b73c0d81ced8595af62e78ed703ced8b (patch)
tree34999aa912498e11a9b2f08473c57aabf8b63b6f /test/CodeGen
parent57ea45a7084fe7220fc1b3dd2b00cdfb87c38eb1 (diff)
Merging r323384:
------------------------------------------------------------------------ r323384 | aemerson | 2018-01-24 23:40:25 +0100 (Wed, 24 Jan 2018) | 1 line [GlobalISel] Add a requires: asserts to a test. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@323523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-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