forked from OSchip/llvm-project
[SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.
llvm-svn: 327958
This commit is contained in:
parent
802b434156
commit
8ad035d8e5
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue