diff options
| author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-03-20 08:29:19 +0000 |
|---|---|---|
| committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-03-20 08:29:19 +0000 |
| commit | 8ad035d8e542e581e71ecbb0279c61f8b36e9558 (patch) | |
| tree | ca7e7b9ee71322baaba92ba918acf6aad76add7a /llvm/test | |
| parent | 802b434156501ef98d70f981a8359c945adca044 (diff) | |
| download | bcm5719-llvm-8ad035d8e542e581e71ecbb0279c61f8b36e9558.tar.gz bcm5719-llvm-8ad035d8e542e581e71ecbb0279c61f8b36e9558.zip | |
[SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.
llvm-svn: 327958
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/memcmp-02.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SystemZ/memcmp-02.ll b/llvm/test/CodeGen/SystemZ/memcmp-02.ll index 303e015ec99..f265b9e5491 100644 --- a/llvm/test/CodeGen/SystemZ/memcmp-02.ll +++ b/llvm/test/CodeGen/SystemZ/memcmp-02.ll @@ -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) |

