[SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.

llvm-svn: 327958
This commit is contained in:
Jonas Paulsson 2018-03-20 08:29:19 +00:00
parent 802b434156
commit 8ad035d8e5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
; if DoneMBB does not have CC in its live-in list.
; RUN: llc < %s -mtriple=s390x-linux-gnu -misched=shuffle | FileCheck %s
; REQUIRES: asserts
declare i32 @memcmp(i8* nocapture, i8* nocapture, i64)