summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorGeoff Berry <gberry@codeaurora.org>2016-04-15 16:09:00 +0000
committerGeoff Berry <gberry@codeaurora.org>2016-04-15 16:09:00 +0000
commita6a4ab3b6901dd0dd2d5887075603fa570be7e8d (patch)
tree15d2955ea63d9d2211f3b659d43b41391c2c60cd /llvm
parent80578e7ef07cf4f1064ac2dd0674e3bb9d0330f5 (diff)
downloadbcm5719-llvm-a6a4ab3b6901dd0dd2d5887075603fa570be7e8d.tar.gz
bcm5719-llvm-a6a4ab3b6901dd0dd2d5887075603fa570be7e8d.zip
Fix test to require Asserts since it uses debug output.
llvm-svn: 266448
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll b/llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll
index 62c9f345589..0b8f7a19b48 100644
--- a/llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -enable-misched=0 -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s
; REQUIRES: asserts
OpenPOWER on IntegriCloud