1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[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 db412bb236
commit 44bb14a68f

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)